Searched defs:cu_sp_ptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp280 DWARFDebugInfo::GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) argument
283 if (cu_sp_ptr)
284 *cu_sp_ptr = cu_sp;
314 DWARFDebugInfo::GetDIEPtrContainingOffset(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) argument
317 if (cu_sp_ptr)
318 *cu_sp_ptr = cu_sp;

Completed in 89 milliseconds