Searched defs:ConstantPoolEntry (Results 1 – 3 of 3) sorted by relevance
29 struct ConstantPoolEntry { struct30 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() function41 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; argument
33 struct ConstantPoolEntry { struct34 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument46 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
433 ConstantPoolEntry() {} in ConstantPoolEntry() function