Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp445 const std::optional<DWARF5AccelTable::UnitIndexAndEncoding> &EntryRet, in constructAbbreviationTag() argument
448 if (EntryRet) in constructAbbreviationTag()
449 AbbrvTag |= 1 << EntryRet->Encoding.Index; in constructAbbreviationTag()
474 std::optional<DWARF5AccelTable::UnitIndexAndEncoding> EntryRet = in populateAbbrevsMap() local
480 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() local
569 constructAbbreviationTag(Entry.getDieTag(), EntryRet, MaybeParentForm); in emitEntry()
594 DIEInteger ID(EntryRet->Index); in emitEntry()