Home
last modified time | relevance | path

Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp47 const SymbolFileDWARFDebugMap::FileRangeMap &
48 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile) in GetFileRangeMap()
73 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()
222 …SymbolFileDWARF *oso_symfile = SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symbol_vend… in GetSymbolVendor()
258 SymbolFileDWARFDebugMap::Initialize() in Initialize()
266 SymbolFileDWARFDebugMap::Terminate() in Terminate()
273 SymbolFileDWARFDebugMap::GetPluginNameStatic() in GetPluginNameStatic()
280 SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() in GetPluginDescriptionStatic()
286 SymbolFileDWARFDebugMap::CreateInstance (ObjectFile* obj_file) in CreateInstance()
288 return new SymbolFileDWARFDebugMap (obj_file); in CreateInstance()
[all …]
DSymbolFileDWARFDebugMap.h31 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile
56 SymbolFileDWARFDebugMap (lldb_private::ObjectFile* ofile);
57 virtual ~ SymbolFileDWARFDebugMap ();
183 GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
DSymbolFileDWARF.h61 class SymbolFileDWARFDebugMap; variable
66 friend class SymbolFileDWARFDebugMap;
459 SymbolFileDWARFDebugMap *
565 SymbolFileDWARFDebugMap * m_debug_map_symfile;
DDWARFCompileUnit.cpp383 SymbolFileDWARFDebugMap *debug_map_sym_file = m_dwarf2Data->GetDebugMapSymfile(); in BuildAddressRangeTable()
DSymbolFileDWARF.cpp1110 SymbolFileDWARFDebugMap * debug_map_symfile = GetDebugMapSymfile (); in FixupAddress()
6681SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType()
6684 …class_symfile = debug_map_symfile->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFro… in ParseType()
7492 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile (); in ParseVariableDIE()
8025 SymbolFileDWARFDebugMap *
8035 m_debug_map_symfile = (SymbolFileDWARFDebugMap *)sym_vendor->GetSymbolFile(); in GetDebugMapSymfile()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/
Dlldb.cpp108 SymbolFileDWARFDebugMap::Initialize(); in Initialize()
187 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
/freebsd-10-stable/lib/clang/liblldbPluginSymbolFileDWARF/
DMakefile31 SymbolFileDWARFDebugMap.cpp \