Searched defs:GetFile (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamFile.h37 File &GetFile() { return *m_file_sp; } function in class:lldb_private::StreamFile
39 const File &GetFile() const { return *m_file_sp; } function in class:lldb_private::StreamFile
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h33 const OptionValueFileSpec &GetFile() { return m_file; } function in class:lldb_private::OptionGroupOutputFile
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h138 FileSpec &GetFile() { return m_file; } function in class:lldb_private::Declaration
144 const FileSpec &GetFile() const { return m_file; } function in class:lldb_private::Declaration
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp131 FileSP SBFile::GetFile() const { function in class:SBFile
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h364 template <typename T> FileSpec GetFile() { function in class:lldb_private::repro::final
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp66 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { function in class:SourceManager
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp153 lldb_private::Status PlatformPOSIX::GetFile( function in class:PlatformPOSIX
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp703 FileSpec DWARFUnit::GetFile(size_t file_idx) { function in class:DWARFUnit
H A DSymbolFileDWARF.cpp906 FileSpec SymbolFileDWARF::GetFile(DWARFUnit &unit, size_t file_idx) { function in class:SymbolFileDWARF
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1284 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { function in class:Platform
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp181 auto GetFile = [&](StringRef Filename) -> const FileEntry * { local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1834 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { local

Completed in 304 milliseconds