Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h32 const OptionValueFileSpec &GetFile() { return m_file; } in GetFile() function
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h80 llvm::StringRef GetFile() const override { return ThisProviderT::Info::file; } in GetFile() function
160 template <typename T> FileSpec GetFile() { in GetFile() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h57 Status GetFile(const FileSpec &source, const FileSpec &destination) override { in GetFile() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBFile.cpp126 FileSP SBFile::GetFile() const { in GetFile() function in SBFile
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp169 Status PlatformAndroid::GetFile(const FileSpec &source, in GetFile() function in PlatformAndroid
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp155 lldb_private::Status PlatformPOSIX::GetFile( in GetFile() function in PlatformPOSIX
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp73 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { in GetFile() function in SourceManager
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp768 FileSpec DWARFUnit::GetFile(size_t file_idx) { in GetFile() function in DWARFUnit
H A DSymbolFileDWARF.cpp1003 FileSpec SymbolFileDWARF::GetFile(DWARFUnit &unit, size_t file_idx) { in GetFile() function in SymbolFileDWARF
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1239 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile() function in Platform
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp181 auto GetFile = [&](StringRef Filename) -> Optional<FileEntryRef> { in findHeader() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1875 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey() local