Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp154 struct IntFieldInfo { struct
155 SmallVector<const MCExpr *, 1> Values;
158 IntFieldInfo(const SmallVector<const MCExpr *, 1> &V) { Values = V; } in IntFieldInfo() function
159 IntFieldInfo(SmallVector<const MCExpr *, 1> &&V) { Values = V; } in IntFieldInfo() function