Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DConstantPools.h28 struct ConstantPoolEntry { struct
29 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz) in ConstantPoolEntry() argument
39 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; argument