Searched refs:EntryRet (Results 1 – 1 of 1) sorted by relevance
445 const std::optional<DWARF5AccelTable::UnitIndexAndEncoding> &EntryRet, in constructAbbreviationTag() argument448 if (EntryRet) in constructAbbreviationTag()449 AbbrvTag |= 1 << EntryRet->Encoding.Index; in constructAbbreviationTag()474 std::optional<DWARF5AccelTable::UnitIndexAndEncoding> EntryRet = in populateAbbrevsMap() local480 constructAbbreviationTag(Tag, EntryRet, MaybeParentForm); in populateAbbrevsMap()483 if (EntryRet) in populateAbbrevsMap()484 UA.push_back(EntryRet->Encoding); in populateAbbrevsMap()562 std::optional<DWARF5AccelTable::UnitIndexAndEncoding> EntryRet = in emitEntry() local569 constructAbbreviationTag(Entry.getDieTag(), EntryRet, MaybeParentForm); in emitEntry()594 DIEInteger ID(EntryRet->Index); in emitEntry()