Home
last modified time | relevance | path

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

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