Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp56 Module *oso_module = exe_symfile->GetModuleByCompUnitInfo(this); in GetFileRangeMap()
392 return GetModuleByCompUnitInfo(&m_compile_unit_infos[oso_idx]); in GetModuleByOSOIndex()
396 Module *SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo( in GetModuleByCompUnitInfo() function in SymbolFileDWARFDebugMap
497 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in GetObjectFileByCompUnitInfo()
533 if (Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info)) in GetSymbolFileByCompUnitInfo()
567 Module *oso_module = GetModuleByCompUnitInfo(&m_compile_unit_infos[cu_idx]); in ParseCompileUnitAtIndex()
611 if (module == GetModuleByCompUnitInfo(&m_compile_unit_infos[i])) in GetCompUnitInfosForModule()
783 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in ResolveSymbolContext()
H A DSymbolFileDWARFDebugMap.h210 GetModuleByCompUnitInfo(CompileUnitInfo *comp_unit_info);