Searched refs:ConstantPoolEntry (Results 1 – 2 of 2) sorted by relevance
31 struct ConstantPoolEntry { struct32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument44 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
30 for (const ConstantPoolEntry &Entry : Entries) { in emitEntries()50 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc)); in addEntry()