Searched refs:ConstantPoolEntry (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | ConstantPools.h | 31 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 D | ConstantPools.cpp | 30 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 D | CSKYTargetStreamer.cpp | 30 for (const ConstantPoolEntry &Entry : Entries) { in emitAll() 67 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc)); in addEntry()
|
| H A D | CSKYTargetStreamer.h | 19 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>;
|