Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DFileAction.cpp34 const FileSpec &FileAction::GetFileSpec() const { return m_file_spec; } in GetFileSpec() function in FileAction
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDebugMacros.cpp26 const FileSpec &DebugMacroEntry::GetFileSpec(CompileUnit *comp_unit) const { in GetFileSpec() function in DebugMacroEntry
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h296 virtual FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
305 virtual const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h70 const FileSpec &GetFileSpec() { return m_file_spec; } in GetFileSpec() function
H A DModuleSpec.h76 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
78 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
H A DModule.h567 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDeclaration.cpp56 SBFileSpec SBDeclaration::GetFileSpec() const { in GetFileSpec() function in SBDeclaration
H A DSBLineEntry.cpp95 SBFileSpec SBLineEntry::GetFileSpec() const { in GetFileSpec() function in SBLineEntry
H A DSBModuleSpec.cpp38 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec
H A DSBCompileUnit.cpp39 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() function in SBCompileUnit
H A DSBModule.cpp74 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec() function in SBModule
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp189 Status File::GetFileSpec(FileSpec &file_spec) const { in GetFileSpec() function in File
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp350 ProcessFreeBSD::GetFileSpec(const lldb_private::FileAction *file_action, in GetFileSpec() function in ProcessFreeBSD