Home
last modified time | relevance | path

Searched refs:emitIntegralValues (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp789 bool emitIntegralValues(unsigned Size, unsigned *Count = nullptr);
3266 bool MasmParser::emitIntegralValues(unsigned Size, unsigned *Count) { in emitIntegralValues() function in MasmParser
3305 if (emitIntegralValues(Size)) in parseDirectiveValue()
3323 if (emitIntegralValues(Size, &Count)) in parseDirectiveNamedValue()