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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6931 dw_offset_t containing_type_die_offset = DW_INVALID_OFFSET; local
6948 containing_type_die_offset = form_value.Reference(dwarf_cu); break;
6954 Type *class_type = ResolveTypeUID(containing_type_die_offset);

Completed in 61 milliseconds