Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp144 struct IntFieldInfo { struct
145 SmallVector<const MCExpr *, 1> Values;
148 IntFieldInfo(const SmallVector<const MCExpr *, 1> &V) { Values = V; } in IntFieldInfo() argument
149 IntFieldInfo(SmallVector<const MCExpr *, 1> &&V) { Values = std::move(V); } in IntFieldInfo() argument