Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp56 Module *oso_module = exe_symfile->GetModuleByCompUnitInfo(this); in GetFileRangeMap()
397 return GetModuleByCompUnitInfo(&m_compile_unit_infos[oso_idx]); in GetModuleByOSOIndex()
401 Module *SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo( in GetModuleByCompUnitInfo() function in SymbolFileDWARFDebugMap
503 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in GetObjectFileByCompUnitInfo()
539 if (Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info)) in GetSymbolFileByCompUnitInfo()
573 Module *oso_module = GetModuleByCompUnitInfo(&m_compile_unit_infos[cu_idx]); in ParseCompileUnitAtIndex()
617 if (module == GetModuleByCompUnitInfo(&m_compile_unit_infos[i])) in GetCompUnitInfosForModule()
789 Module *oso_module = GetModuleByCompUnitInfo(comp_unit_info); in ResolveSymbolContext()
DSymbolFileDWARFDebugMap.h211 GetModuleByCompUnitInfo(CompileUnitInfo *comp_unit_info);