Home
last modified time | relevance | path

Searched defs:GetFile (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DStreamFile.h37 File &GetFile() { return *m_file_sp; } in GetFile() function
39 const File &GetFile() const { return *m_file_sp; } in GetFile() function
H A DDeclaration.h107 FileSpec &GetFile() { return m_file; } in GetFile() function
113 const FileSpec &GetFile() const { return m_file; } in GetFile() function
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h32 const OptionValueFileSpec &GetFile() { return m_file; } in GetFile() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h57 Status GetFile(const FileSpec &source, const FileSpec &destination) override { in GetFile() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBFile.cpp126 FileSP SBFile::GetFile() const { in GetFile() function in SBFile
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp170 Status PlatformAndroid::GetFile(const FileSpec &source, in GetFile() function in PlatformAndroid
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp156 lldb_private::Status PlatformPOSIX::GetFile( in GetFile() function in PlatformPOSIX
/openbsd/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp74 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { in GetFile() function in SourceManager
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp789 FileSpec DWARFUnit::GetFile(size_t file_idx) { in GetFile() function in DWARFUnit
H A DSymbolFileDWARF.cpp1031 FileSpec SymbolFileDWARF::GetFile(DWARFUnit &unit, size_t file_idx) { in GetFile() function in SymbolFileDWARF
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp187 auto GetFile = [&](StringRef Filename) -> OptionalFileEntryRef { in findHeader() local
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1240 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile() function in Platform
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1871 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey() local