Lines Matching defs:CommonYamlString

504   StringRef CommonYamlString(R"(
531 SmallString<128> UnsupportedVersionYamlString(CommonYamlString);
548 SmallString<128> ZeroBBRangesYamlString(CommonYamlString);
561 SmallString<128> CommonVersionedYamlString(CommonYamlString);
675 StringRef CommonYamlString(R"(
794 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/std::nullopt,
796 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0,
798 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2,
800 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1,
804 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/3, {});
809 SmallString<128> InvalidLinkedYamlString(CommonYamlString);
827 SmallString<128> TruncatedYamlString(CommonYamlString);
849 StringRef CommonYamlString(R"(
880 SmallString<128> UnsupportedLowVersionYamlString(CommonYamlString);
898 SmallString<128> CommonVersionedYamlString(CommonYamlString);
910 SmallString<128> MissingFuncEntryCount(CommonYamlString);
923 SmallString<128> MissingBBFreq(CommonYamlString);
942 SmallString<128> MissingBrProb(CommonYamlString);
981 StringRef CommonYamlString(R"(
1276 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/std::nullopt,
1278 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0,
1280 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2,
1282 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1,
1285 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/std::nullopt,
1287 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0,
1289 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2,
1291 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1,
1295 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/3, {}, std::nullopt);
1296 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/3, {},
1302 SmallString<128> InvalidLinkedYamlString(CommonYamlString);
1323 SmallString<128> TruncatedYamlString(CommonYamlString);