Lines Matching defs:DoCheck
445 auto DoCheck = [&](unsigned BrokenSymIndex, const char *ErrMsg) {
494 DoCheck(0x1, "can't read an entry at 0x18: it goes past the end of the "
498 DoCheck(0xFFFFFFFF, "can't read an entry at 0x17ffffffe8: it goes past the "
516 auto DoCheck = [&](StringRef YamlString, const char *ErrMsg) {
544 DoCheck(UnsupportedVersionYamlString,
556 DoCheck(ZeroBBRangesYamlString,
580 DoCheck(TruncatedYamlString,
612 DoCheck(OverInt32LimitYamlStrings[0],
614 DoCheck(OverInt32LimitYamlStrings[1],
616 DoCheck(OverInt32LimitYamlStrings[2],
640 DoCheck(OverInt32LimitAndTruncated[0],
643 DoCheck(OverInt32LimitAndTruncated[1],
645 DoCheck(OverInt32LimitAndTruncated[2],
658 DoCheck(OverLimitNumBlocks,
669 DoCheck(OverLimitNumBBRanges,
861 auto DoCheck = [&](StringRef YamlString, const char *ErrMsg) {
893 DoCheck(UnsupportedLowVersionYamlString,
918 DoCheck(MissingFuncEntryCount,
937 DoCheck(MissingBBFreq, "unable to decode LEB128 at offset 0x0000000f: "
974 DoCheck(MissingBrProb, "unable to decode LEB128 at offset 0x00000017: "
1363 auto DoCheck = [&](StringRef YamlString) {
1397 DoCheck(ExecFileYamlString);
1405 DoCheck(RelocatableFileYamlString);