Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp47 if (getParser().parseIntToken( in ParseDirectiveCGProfile()
H A DMCAsmParser.cpp72 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { in parseIntToken() function in MCAsmParser
H A DAsmParser.cpp3633 if (parseIntToken(LineNumber, "unexpected token in '.line' directive")) in parseDirectiveLine()
3651 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") || in parseDirectiveLoc()
3755 if (parseIntToken(FileNumber, in parseDirectiveCVFile()
3766 parseIntToken(ChecksumKind, in parseDirectiveCVFile()
3789 parseIntToken(FunctionId, "expected function id in '" + DirectiveName + in parseCVFunctionId()
3798 parseIntToken(FileNumber, "expected integer in '" + DirectiveName + in parseCVFileId()
3864 parseIntToken(IALine, "expected line number after 'inlined_at'")) in parseDirectiveCVInlineSiteId()
3980 parseIntToken( in parseDirectiveCVInlineLinetable()
3986 parseIntToken( in parseDirectiveCVInlineLinetable()
4156 if (parseIntToken(FileNo, "expected identifier in directive")) in parseDirectiveCVFileChecksumOffset()
[all …]
H A DCOFFMasmParser.cpp293 getParser().parseIntToken(Alignment, in ParseDirectiveSegment()
H A DMasmParser.cpp4891 if (parseIntToken(LineNumber, "unexpected token in '.line' directive")) in parseDirectiveLine()
4912 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") || in parseDirectiveLoc()
5016 if (parseIntToken(FileNumber, in parseDirectiveCVFile()
5027 parseIntToken(ChecksumKind, in parseDirectiveCVFile()
5050 parseIntToken(FunctionId, "expected function id in '" + DirectiveName + in parseCVFunctionId()
5059 parseIntToken(FileNumber, "expected integer in '" + DirectiveName + in parseCVFileId()
5125 parseIntToken(IALine, "expected line number after 'inlined_at'")) in parseDirectiveCVInlineSiteId()
5243 parseIntToken( in parseDirectiveCVInlineLinetable()
5249 parseIntToken( in parseDirectiveCVInlineLinetable()
5419 if (parseIntToken(FileNo, "expected identifier in directive")) in parseDirectiveCVFileChecksumOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h273 bool parseIntToken(int64_t &V, const Twine &ErrMsg);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2487 if (getParser().parseIntToken(ImmVal, in parseZeroOffsetMemOp()
3110 if (Parser.parseIntToken( in parseDirectiveInsn()
3115 if (Parser.parseIntToken(Value, "expected an integer constant")) in parseDirectiveInsn()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4762 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count")) in parseDirectiveFPOProc()
4794 if (Parser.parseIntToken(Offset, "expected offset") || parseEOL()) in parseDirectiveFPOStackAlloc()
4803 if (Parser.parseIntToken(Offset, "expected offset") || parseEOL()) in parseDirectiveFPOStackAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp767 if (getParser().parseIntToken(ImmVal, "expected optional integer offset")) in parseAtomicMemOp()