| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | StreamFile.h | 37 File &GetFile() { return *m_file_sp; } in GetFile() function 39 const File &GetFile() const { return *m_file_sp; } in GetFile() function
|
| H A D | Declaration.h | 107 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 D | OptionGroupOutputFile.h | 32 const OptionValueFileSpec &GetFile() { return m_file; } in GetFile() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Reproducer.h | 80 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 D | PlatformMacOSX.h | 57 Status GetFile(const FileSpec &source, const FileSpec &destination) override { in GetFile() function
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBFile.cpp | 126 FileSP SBFile::GetFile() const { in GetFile() function in SBFile
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 169 Status PlatformAndroid::GetFile(const FileSpec &source, in GetFile() function in PlatformAndroid
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 155 lldb_private::Status PlatformPOSIX::GetFile( in GetFile() function in PlatformPOSIX
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | SourceManager.cpp | 73 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 D | DWARFUnit.cpp | 768 FileSpec DWARFUnit::GetFile(size_t file_idx) { in GetFile() function in DWARFUnit
|
| H A D | SymbolFileDWARF.cpp | 1003 FileSpec SymbolFileDWARF::GetFile(DWARFUnit &unit, size_t file_idx) { in GetFile() function in SymbolFileDWARF
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1239 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile() function in Platform
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 181 auto GetFile = [&](StringRef Filename) -> Optional<FileEntryRef> { in findHeader() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1875 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey() local
|