Home
last modified time | relevance | path

Searched defs:ConstantPoolEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h31 struct ConstantPoolEntry { struct
32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() function
44 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument