Home
last modified time | relevance | path

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

/freebsd/contrib/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; } in GetSymbolFile() function
440 SymbolFile *GetSymbolFile() { return m_symbol_file; } in GetSymbolFile() function
441 const SymbolFile *GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function
H A DTypeSystem.h94 virtual SymbolFile *GetSymbolFile() const { return m_sym_file; } in GetSymbolFile() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp246 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile() function in UnwindTable
H A DBlock.cpp490 SymbolFile *Block::GetSymbolFile() { in GetSymbolFile() function in Block
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp992 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile() function in Module