Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp54 Module *oso_module = exe_symfile->GetModuleByCompUnitInfo(this); in GetFileRangeMap()
402 return GetModuleByCompUnitInfo(&m_compile_unit_infos[oso_idx]); in GetModuleByOSOIndex()
406 Module *SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo( in GetModuleByCompUnitInfo() function in SymbolFileDWARFDebugMap
504 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in GetObjectFileByCompUnitInfo()
540 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in GetSymbolFileByCompUnitInfo()
578 Module *oso_module = GetModuleByCompUnitInfo(&m_compile_unit_infos[cu_idx]); in ParseCompileUnitAtIndex()
622 if (module == GetModuleByCompUnitInfo(&m_compile_unit_infos[i])) in GetCompUnitInfosForModule()
763 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in ResolveSymbolContext()
H A DSymbolFileDWARFDebugMap.h207 GetModuleByCompUnitInfo(CompileUnitInfo *comp_unit_info);