Home
last modified time | relevance | path

Searched defs:ConstantPoolEntry (Results 1 – 3 of 3) 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() function
41 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DConstantPools.h33 struct ConstantPoolEntry { struct
34 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() argument
46 using EntryVecTy = SmallVector<ConstantPoolEntry, 4>; argument
/external/v8/src/
Dassembler.h433 ConstantPoolEntry() {} in ConstantPoolEntry() function