Searched refs:ParentEntryOff (Results 1 – 1 of 1) sorted by relevance
696 std::optional<DWARFFormValue> ParentEntryOff = lookup(dwarf::DW_IDX_parent); in getParentDIEEntry() local697 assert(ParentEntryOff.has_value() && "hasParentInformation() must be called"); in getParentDIEEntry()699 if (ParentEntryOff->getForm() == dwarf::Form::DW_FORM_flag_present) in getParentDIEEntry()701 return NameIdx->getEntryAtRelativeOffset(ParentEntryOff->getRawUValue()); in getParentDIEEntry()