Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DConstantPools.h33 struct ConstantPoolEntry { struct
34 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() function
46 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
/freebsd-12.1/contrib/llvm/lib/MC/
H A DConstantPools.cpp31 for (const ConstantPoolEntry &Entry : Entries) { in emitEntries()
51 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc)); in addEntry()