Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueFileColonLine.h49 FileSpec &GetFileSpec() { return m_file_spec; } in GetFileSpec() function
/external/llvm-project/lldb/source/Host/common/
DFileAction.cpp31 const FileSpec &FileAction::GetFileSpec() const { return m_file_spec; } in GetFileSpec() function in FileAction
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
/external/llvm-project/lldb/source/Symbol/
DDebugMacros.cpp25 const FileSpec &DebugMacroEntry::GetFileSpec(CompileUnit *comp_unit) const { in GetFileSpec() function in DebugMacroEntry
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h290 virtual FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
297 virtual const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
/external/llvm-project/lldb/include/lldb/Core/
DSourceManager.h57 const FileSpec &GetFileSpec() { return m_file_spec; } in GetFileSpec() function
DModuleSpec.h59 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
61 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
DModule.h465 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
/external/llvm-project/lldb/source/API/
DSBDeclaration.cpp65 SBFileSpec SBDeclaration::GetFileSpec() const { in GetFileSpec() function in SBDeclaration
DSBLineEntry.cpp85 SBFileSpec SBLineEntry::GetFileSpec() const { in GetFileSpec() function in SBLineEntry
DSBModuleSpec.cpp59 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec
DSBCompileUnit.cpp47 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() function in SBCompileUnit
DSBModule.cpp96 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec() function in SBModule
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp343 ProcessFreeBSD::GetFileSpec(const lldb_private::FileAction *file_action, in GetFileSpec() function in ProcessFreeBSD