Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h31 struct ConstantPoolEntry { struct
32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() function
44 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
/src/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp30 for (const ConstantPoolEntry &Entry : Entries) { in emitEntries()
61 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc)); in addEntry()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp30 for (const ConstantPoolEntry &Entry : Entries) { in emitAll()
67 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc)); in addEntry()
H A DCSKYTargetStreamer.h19 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>;