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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp797 bool emitIntegralValues(unsigned Size, unsigned *Count = nullptr);
3519 bool MasmParser::emitIntegralValues(unsigned Size, unsigned *Count) { function in class:MasmParser
3557 if (emitIntegralValues(Size))
3575 if (emitIntegralValues(Size, &Count))

Completed in 103 milliseconds