Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) in GetCompileUnit() argument
235 if (idx_ptr) in GetCompileUnit()
236 *idx_ptr = cu_idx; in GetCompileUnit()
DDWARFDebugInfo.h51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);