Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp291 DWARFDebugInfo::GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle) in GetDIEPtrWithCompileUnitHint() argument
293 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()
DDWARFDebugInfo.h55 …DebugInfoEntry* GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle);