Home
last modified time | relevance | path

Searched refs:ConstantPoolEntry (Results 1 – 2 of 2) 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp30 for (const ConstantPoolEntry &Entry : Entries) { in emitEntries()
50 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc)); in addEntry()