Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DConstantPools.h29 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/
DConstantPools.h32 struct ConstantPoolEntry { struct
33 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument
45 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument