Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp863 bool emitIntegralValues(unsigned Size, unsigned *Count = nullptr);
3721 bool MasmParser::emitIntegralValues(unsigned Size, unsigned *Count) { in emitIntegralValues() function in MasmParser
3760 if (emitIntegralValues(Size)) in parseDirectiveValue()
3778 if (emitIntegralValues(Size, &Count)) in parseDirectiveNamedValue()