Searched defs:ConstantPoolEntry (Results 1 – 3 of 3) sorted by relevance
| /external/llvm/include/llvm/MC/ |
| D | ConstantPools.h | 29 struct ConstantPoolEntry { struct 30 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument 41 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | ConstantPools.h | 32 struct ConstantPoolEntry { struct 33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument 45 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
| D | ConstantPools.h | 31 struct ConstantPoolEntry { struct 32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument 44 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
|