Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DMCAsmParser.cpp59 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { in parseIntToken() function in MCAsmParser
DAsmParser.cpp3402 if (parseIntToken(LineNumber, "unexpected token in '.line' directive")) in parseDirectiveLine()
3424 if (parseIntToken(FileNumber, "unexpected token in '.loc' directive") || in parseDirectiveLoc()
3527 if (parseIntToken(FileNumber, in parseDirectiveCVFile()
3538 parseIntToken(ChecksumKind, in parseDirectiveCVFile()
3562 parseIntToken(FunctionId, "expected function id in '" + DirectiveName + in parseCVFunctionId()
3571 parseIntToken(FileNumber, "expected integer in '" + DirectiveName + in parseCVFileId()
3639 parseIntToken(IALine, "expected line number after 'inlined_at'")) in parseDirectiveCVInlineSiteId()
3758 parseIntToken( in parseDirectiveCVInlineLinetable()
3764 parseIntToken( in parseDirectiveCVInlineLinetable()
3834 if (parseIntToken(FileNo, "expected identifier in directive")) in parseDirectiveCVFileChecksumOffset()
DELFAsmParser.cpp868 if (getParser().parseIntToken( in ParseDirectiveCGProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h241 bool parseIntToken(int64_t &V, const Twine &ErrMsg);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3390 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count")) in parseDirectiveFPOProc()
3426 if (Parser.parseIntToken(Offset, "expected offset") || in parseDirectiveFPOStackAlloc()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp282 bool parseIntToken(int64_t &V, const Twine &ErrMsg) { in parseIntToken() function in __anonaf3889d60111::AsmParser