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.cpp863 bool emitIntegralValues(unsigned Size, unsigned *Count = nullptr);
3722 bool MasmParser::emitIntegralValues(unsigned Size, unsigned *Count) { in emitIntegralValues() function in MasmParser
3761 if (emitIntegralValues(Size)) in parseDirectiveValue()
3779 if (emitIntegralValues(Size, &Count)) in parseDirectiveNamedValue()