Home
last modified time | relevance | path

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

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