Home
last modified time | relevance | path

Searched refs:GetCompUnitForDWARFCompUnit (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2448 SymbolContext sc(GetCompUnitForDWARFCompUnit(dwarf_cu)); in ResolveClangOpaqueTypeDefinition()
2678 SymbolContext sc(GetCompUnitForDWARFCompUnit(dwarf_cu)); in ResolveClangOpaqueTypeDefinition()
2721 SymbolFileDWARF::GetCompUnitForDWARFCompUnit (DWARFCompileUnit* dwarf_cu, uint32_t cu_idx) in GetCompUnitForDWARFCompUnit() function in SymbolFileDWARF
2738 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, UINT32_MAX); in GetFunction()
2779 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, cu_idx); in ResolveSymbolContext()
2895 CompileUnit *dc_cu = GetCompUnitForDWARFCompUnit(dwarf_cu, cu_idx); in ResolveSymbolContext()
2901 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, cu_idx); in ResolveSymbolContext()
3215 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, UINT32_MAX); in FindGlobalVariables()
3317 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, UINT32_MAX); in FindGlobalVariables()
4316 … CompileUnit *comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, UINT32_MAX); in ParseChildParameters()
[all …]
HDDWARFCompileUnit.cpp380 sc.comp_unit = dwarf2Data->GetCompUnitForDWARFCompUnit(this); in BuildAddressRangeTable()
HDSymbolFileDWARF.h311 …lldb_private::CompileUnit* GetCompUnitForDWARFCompUnit(DWARFCompileUnit* dwarf_cu, uint32_t c…