Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp3649 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") || in parseDirectiveLoc()
3753 if (parseIntToken(FileNumber, in parseDirectiveCVFile()
3764 parseIntToken(ChecksumKind, in parseDirectiveCVFile()
3862 parseIntToken(IALine, "expected line number after 'inlined_at'")) in parseDirectiveCVInlineSiteId()
3978 parseIntToken( in parseDirectiveCVInlineLinetable()
3984 parseIntToken( in parseDirectiveCVInlineLinetable()
4154 if (parseIntToken(FileNo, "expected identifier in directive")) in parseDirectiveCVFileChecksumOffset()
5876 if (parseIntToken(Guid, "unexpected token in '.pseudoprobe' directive")) in parseDirectivePseudoProbe()
5889 if (parseIntToken(Discriminator, in parseDirectivePseudoProbe()
5903 if (parseIntToken(CallerGuid, in parseDirectivePseudoProbe()
[all …]
H A DCOFFMasmParser.cpp299 getParser().parseIntToken(Alignment, in ParseDirectiveSegment()
H A DMasmParser.cpp4890 if (parseIntToken(LineNumber, "unexpected token in '.line' directive")) in parseDirectiveLine()
4911 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") || in parseDirectiveLoc()
5015 if (parseIntToken(FileNumber, in parseDirectiveCVFile()
5026 parseIntToken(ChecksumKind, in parseDirectiveCVFile()
5049 parseIntToken(FunctionId, "expected function id in '" + DirectiveName + in parseCVFunctionId()
5058 parseIntToken(FileNumber, "expected integer in '" + DirectiveName + in parseCVFileId()
5124 parseIntToken(IALine, "expected line number after 'inlined_at'")) in parseDirectiveCVInlineSiteId()
5242 parseIntToken( in parseDirectiveCVInlineLinetable()
5248 parseIntToken( in parseDirectiveCVInlineLinetable()
5418 if (parseIntToken(FileNo, "expected identifier in directive")) in parseDirectiveCVFileChecksumOffset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h273 bool parseIntToken(int64_t &V, const Twine &ErrMsg);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4676 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count")) in parseDirectiveFPOProc()
4708 if (Parser.parseIntToken(Offset, "expected offset") || parseEOL()) in parseDirectiveFPOStackAlloc()
4717 if (Parser.parseIntToken(Offset, "expected offset") || parseEOL()) in parseDirectiveFPOStackAlign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp711 if (getParser().parseIntToken(ImmVal, "expected optional integer offset")) in parseAtomicMemOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2426 if (getParser().parseIntToken(ImmVal, in parseZeroOffsetMemOp()