Searched refs:cu_handle (Results 1 – 2 of 2) sorted by relevance
291 DWARFDebugInfo::GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle) in GetDIEPtrWithCompileUnitHint() argument293 assert (cu_handle); in GetDIEPtrWithCompileUnitHint()295 if (*cu_handle) in GetDIEPtrWithCompileUnitHint()296 die = (*cu_handle)->GetDIEPtr(die_offset); in GetDIEPtrWithCompileUnitHint()303 *cu_handle = cu_sp.get(); in GetDIEPtrWithCompileUnitHint()308 *cu_handle = NULL; in GetDIEPtrWithCompileUnitHint()
55 …DebugInfoEntry* GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle);