HomeSort by: relevance | last modified time | path
    Searched refs:parseIntToken (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmParserExtension.cpp 45 if (getParser().parseIntToken(
MCAsmParser.cpp 70 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) {
AsmParser.cpp 3579 if (parseIntToken(LineNumber, "unexpected token in '.line' directive"))
3597 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") ||
3701 if (parseIntToken(FileNumber,
3712 parseIntToken(ChecksumKind,
3736 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
3745 parseIntToken(FileNumber, "expected integer in '" + DirectiveName +
3813 parseIntToken(IALine, "expected line number after 'inlined_at'"))
3930 parseIntToken(
3936 parseIntToken(
4106 if (parseIntToken(FileNo, "expected identifier in directive")
    [all...]
MasmParser.cpp 4633 if (parseIntToken(LineNumber, "unexpected token in '.line' directive"))
4655 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") ||
4759 if (parseIntToken(FileNumber,
4770 parseIntToken(ChecksumKind,
4794 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
4803 parseIntToken(FileNumber, "expected integer in '" + DirectiveName +
4871 parseIntToken(IALine, "expected line number after 'inlined_at'"))
4990 parseIntToken(
4996 parseIntToken(
5166 if (parseIntToken(FileNo, "expected identifier in directive")
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 269 bool parseIntToken(int64_t &V, const Twine &ErrMsg);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 4775 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count"))
4811 if (Parser.parseIntToken(Offset, "expected offset") ||
4821 if (Parser.parseIntToken(Offset, "expected offset") ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 1691 if (getParser().parseIntToken(ImmVal,

Completed in 45 milliseconds