Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DMasmParser.cpp149 struct IntFieldInfo { struct
150 SmallVector<const MCExpr *, 1> Values;
153 IntFieldInfo(const SmallVector<const MCExpr *, 1> &V) { Values = V; } in IntFieldInfo() argument
154 IntFieldInfo(SmallVector<const MCExpr *, 1> &&V) { Values = V; } in IntFieldInfo() argument