Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp152 struct IntFieldInfo { struct
153 SmallVector<const MCExpr *, 1> Values;
156 IntFieldInfo(const SmallVector<const MCExpr *, 1> &V) { Values = V; } in IntFieldInfo() argument
157 IntFieldInfo(SmallVector<const MCExpr *, 1> &&V) { Values = V; } in IntFieldInfo() function