Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp844 bool emitIntegralValues(unsigned Size, unsigned *Count = nullptr);
3738 bool MasmParser::emitIntegralValues(unsigned Size, unsigned *Count) { in emitIntegralValues() function in MasmParser
3777 if (emitIntegralValues(Size)) in parseDirectiveValue()
3795 if (emitIntegralValues(Size, &Count)) in parseDirectiveNamedValue()