Searched refs:GetDIEPtrWithCompileUnitHint (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.h | 55 …DWARFDebugInfoEntry* GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_ha…
|
D | SymbolFileDWARF.cpp | 2491 …DWARFDebugInfoEntry *method_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &method_cu… in ResolveClangOpaqueTypeDefinition() 3152 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindGlobalVariables() 3265 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindGlobalVariables() 3297 …const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in ResolveFunction() 3593 … const DWARFDebugInfoEntry *die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions() 3628 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions() 3665 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindFunctions() 3777 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offsets[i], &dwarf_cu); in FindFunctions() 3806 … const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offsets[i], &dwarf_cu); in FindFunctions() 3964 die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); in FindTypes() [all …]
|
D | DWARFDebugInfo.cpp | 291 DWARFDebugInfo::GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle) in GetDIEPtrWithCompileUnitHint() function in DWARFDebugInfo
|