Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.h55 …DWARFDebugInfoEntry* GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_ha…
HDSymbolFileDWARF.cpp2508 …DWARFDebugInfoEntry *method_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &method_cu… in ResolveClangOpaqueTypeDefinition()
3200 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindGlobalVariables()
3313 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindGlobalVariables()
3345 …const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in ResolveFunction()
3641 … const DWARFDebugInfoEntry *die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions()
3676 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions()
3713 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions()
3834 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offsets[i], &dwarf_cu); in FindFunctions()
3863 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offsets[i], &dwarf_cu); in FindFunctions()
4021 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindTypes()
[all …]
HDDWARFDebugInfo.cpp308 DWARFDebugInfo::GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle) in GetDIEPtrWithCompileUnitHint() function in DWARFDebugInfo