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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp58 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { function in class:MCAsmParser
H A DAsmParser.cpp3472 if (parseIntToken(LineNumber, "unexpected token in '.line' directive"))
3494 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") ||
3597 if (parseIntToken(FileNumber,
3608 parseIntToken(ChecksumKind,
3632 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
3641 parseIntToken(FileNumber, "expected integer in '" + DirectiveName +
3709 parseIntToken(IALine, "expected line number after 'inlined_at'"))
3828 parseIntToken(
3834 parseIntToken(
4004 if (parseIntToken(FileN
[all...]
H A DELFAsmParser.cpp874 if (getParser().parseIntToken(
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h235 bool parseIntToken(int64_t &V, const Twine &ErrMsg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3739 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count"))
3775 if (Parser.parseIntToken(Offset, "expected offset") ||
3785 if (Parser.parseIntToken(Offset, "expected offset") ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1360 if (getParser().parseIntToken(ImmVal,

Completed in 217 milliseconds