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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp45 if (getParser().parseIntToken(
H A DMCAsmParser.cpp63 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { function in class:MCAsmParser
H A DAsmParser.cpp3485 if (parseIntToken(LineNumber, "unexpected token in '.line' directive"))
3507 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") ||
3611 if (parseIntToken(FileNumber,
3622 parseIntToken(ChecksumKind,
3646 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
3655 parseIntToken(FileNumber, "expected integer in '" + DirectiveName +
3723 parseIntToken(IALine, "expected line number after 'inlined_at'"))
3842 parseIntToken(
3848 parseIntToken(
4018 if (parseIntToken(FileN
[all...]
H A DMasmParser.cpp4338 if (parseIntToken(LineNumber, "unexpected token in '.line' directive"))
4360 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") ||
4464 if (parseIntToken(FileNumber,
4475 parseIntToken(ChecksumKind,
4499 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
4508 parseIntToken(FileNumber, "expected integer in '" + DirectiveName +
4576 parseIntToken(IALine, "expected line number after 'inlined_at'"))
4695 parseIntToken(
4701 parseIntToken(
4871 if (parseIntToken(FileN
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h246 bool parseIntToken(int64_t &V, const Twine &ErrMsg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4063 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count"))
4099 if (Parser.parseIntToken(Offset, "expected offset") ||
4109 if (Parser.parseIntToken(Offset, "expected offset") ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1668 if (getParser().parseIntToken(ImmVal,

Completed in 117 milliseconds