Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp863 bool emitIntegralValues(unsigned Size, unsigned *Count = nullptr);
3753 bool MasmParser::emitIntegralValues(unsigned Size, unsigned *Count) { in emitIntegralValues() function in MasmParser
3792 if (emitIntegralValues(Size)) in parseDirectiveValue()
3810 if (emitIntegralValues(Size, &Count)) in parseDirectiveNamedValue()