Searched defs:ConstantPoolEntry (Results 1 – 2 of 2) sorted by relevance
29 struct ConstantPoolEntry { struct30 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument41 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; argument
32 struct ConstantPoolEntry { struct33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument45 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument