Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h260 struct OffsetAndUnitID : std::pair<uint64_t, uint32_t> { struct
262 OffsetAndUnitID(Base B) : Base(B) {} in OffsetAndUnitID() argument
264 OffsetAndUnitID(uint64_t Offset, uint32_t UnitID) : Base(Offset, UnitID) {} in OffsetAndUnitID() argument
270 struct DenseMapInfo<OffsetAndUnitID> : DenseMapInfo<OffsetAndUnitID::Base> {}; argument
303 OffsetAndUnitID getDieOffsetAndUnitID() const {
326 std::optional<OffsetAndUnitID> getParentDieOffsetAndUnitID() const {
330 return OffsetAndUnitID(*ParentOffset, getUnitID());
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp225 DenseSet<OffsetAndUnitID> IndexedOffsets;
236 const DenseMap<OffsetAndUnitID, MCSymbol *> &DIEOffsetToAccelEntryLabel,
458 getFormForIdxParent(const DenseSet<OffsetAndUnitID> &IndexedOffsets, in getFormForIdxParent()
459 std::optional<OffsetAndUnitID> ParentOffset) { in getFormForIdxParent()
560 const DenseMap<OffsetAndUnitID, MCSymbol *> &DIEOffsetToAccelEntryLabel, in emitEntry() argument
564 std::optional<OffsetAndUnitID> MaybeParentOffset = in emitEntry()
617 DenseMap<OffsetAndUnitID, MCSymbol *> DIEOffsetToAccelEntryLabel; in emitData()
619 for (OffsetAndUnitID Offset : IndexedOffsets) in emitData()