Home
last modified time | relevance | path

Searched refs:debug_map (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp19 SymbolFileDWARFDebugMap *debug_map = dwarf->GetDebugMapSymfile(); in DIERef() local
20 if (debug_map) { in DIERef()
21 const uint32_t oso_idx = debug_map->GetOSOIndexFromUserID(uid); in DIERef()
22 SymbolFileDWARF *actual_dwarf = debug_map->GetSymbolFileByOSOIndex(oso_idx); in DIERef()
H A DSymbolFileDWARF.cpp1327 SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile(); in GetDWARFForUID() local
1328 if (debug_map) in GetDWARFForUID()
1329 return debug_map->GetSymbolFileByOSOIndex( in GetDWARFForUID()
1330 debug_map->GetOSOIndexFromUserID(uid)); in GetDWARFForUID()