Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h166 FileSpec GetFileSpec() const { return m_declaration.GetFile(); } in GetFileSpec() function
H A DSourceManager.h57 const FileSpec &GetFileSpec() { return m_file_spec; } in GetFileSpec() function
H A DModuleSpec.h58 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
60 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
H A DModule.h465 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileColonLine.h45 FileSpec &GetFileSpec() { return m_file_spec; } in GetFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp30 const FileSpec &FileAction::GetFileSpec() const { return m_file_spec; } in GetFileSpec() function in FileAction
H A DFile.cpp115 Status File::GetFileSpec(FileSpec &file_spec) const { in GetFileSpec() function in File
332 Status NativeFile::GetFileSpec(FileSpec &file_spec) const { in GetFileSpec() function in NativeFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp25 const FileSpec &DebugMacroEntry::GetFileSpec(CompileUnit *comp_unit) const { in GetFileSpec() function in DebugMacroEntry
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h290 virtual FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
297 virtual const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDeclaration.cpp65 SBFileSpec SBDeclaration::GetFileSpec() const { in GetFileSpec() function in SBDeclaration
H A DSBLineEntry.cpp85 SBFileSpec SBLineEntry::GetFileSpec() const { in GetFileSpec() function in SBLineEntry
H A DSBModuleSpec.cpp59 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec
H A DSBCompileUnit.cpp47 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() function in SBCompileUnit
H A DSBModule.cpp96 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec() function in SBModule
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1317 FileSpec GetFileSpec() { in GetFileSpec() function in curses::FileFieldDelegate
1360 FileSpec GetFileSpec() { in GetFileSpec() function in curses::DirectoryFieldDelegate