Home
last modified time | relevance | path

Searched defs:GetSymbolFile (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolVendor.h41 SymbolFile *GetSymbolFile() { return m_sym_file_up.get(); } in GetSymbolFile() function
H A DType.h374 SymbolFile &GetSymbolFile() const { return m_symbol_file; } GetSymbolFile() function
440 SymbolFile *GetSymbolFile() { return m_symbol_file; } GetSymbolFile() function
441 const SymbolFile *GetSymbolFile() const { return m_symbol_file; } GetSymbolFile() function
H A DTypeSystem.h94 virtual SymbolFile *GetSymbolFile() const { return m_sym_file; } in GetSymbolFile() function
/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp246 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } GetSymbolFile() function in UnwindTable
H A DBlock.cpp490 SymbolFile *Block::GetSymbolFile() { GetSymbolFile() function in Block
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp99 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformRemoteDarwinDevice
H A DPlatformAppleSimulator.cpp386 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, GetSymbolFile() function in PlatformAppleSimulator
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp186 GetSymbolFile(bool can_create = true, in GetSymbolFile() function in lldb_private::plugin::dwarf::DebugMapModule
510 SymbolFileDWARFDebugMap::GetSymbolFile(const SymbolContext &sc) { in GetSymbolFile() function in SymbolFileDWARFDebugMap
515 SymbolFileDWARFDebugMap::GetSymbolFile(const CompileUnit &comp_unit) { in GetSymbolFile() function in SymbolFileDWARFDebugMap
[all...]
/llvm-project/lldb/source/Core/
H A DModule.cpp992 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { GetSymbolFile() function in Module
[all...]