Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h67 const DWARFCompileUnit * CompileUnitAtIndex(uint32_t i) const { return m_infos[i].cu; } in CompileUnitAtIndex() function
DDWARFDebugInfoEntry.cpp93 … return form_value.ExtractValue(dwarf2Data->get_debug_info_data(), &offset, CompileUnitAtIndex(i)); in ExtractFormValueAtIndex()
110 return form_value.Reference(CompileUnitAtIndex(i)); in FormValueAsUnsignedAtIndex()