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() function
41 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; argument
/external/v8/src/
Dassembler.h1175 ConstantPoolEntry() {} in ConstantPoolEntry() function
1176 ConstantPoolEntry(int position, intptr_t value, bool sharing_ok) in ConstantPoolEntry() function
1180 ConstantPoolEntry(int position, double value) in ConstantPoolEntry() function