Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp435 static uint32_t constexpr ParentBitOffset = dwarf::DW_IDX_type_hash; variable
436 static uint32_t constexpr TagBitOffset = ParentBitOffset + NumBitsIdxParent;
452 AbbrvTag |= encodeIdxParent(MaybeParentForm) << ParentBitOffset; in constructAbbreviationTag()