Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp62 Module *oso_module = exe_symfile->GetModuleByCompUnitInfo(this); in GetFileRangeMap()
399 return GetModuleByCompUnitInfo(&m_compile_unit_infos[oso_idx]); in GetModuleByOSOIndex()
403 Module *SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo( in GetModuleByCompUnitInfo() function in SymbolFileDWARFDebugMap
523 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in GetObjectFileByCompUnitInfo()
559 if (Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info)) in GetSymbolFileByCompUnitInfo()
594 Module *oso_module = GetModuleByCompUnitInfo(&cu_info); in ParseCompileUnitAtIndex()
660 if (module == GetModuleByCompUnitInfo(&m_compile_unit_infos[i])) in GetCompUnitInfosForModule()
843 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in ResolveSymbolContext()
1554 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in CalculateFrameVariableError()
H A DSymbolFileDWARFDebugMap.h219 Module *GetModuleByCompUnitInfo(CompileUnitInfo *comp_unit_info);