Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFObjectFileTest.cpp501 StringRef CommonYamlString(R"( in TEST() local
529 SmallString<128> UnsupportedVersionYamlString(CommonYamlString); in TEST()
541 SmallString<128> CommonVersionedYamlString(CommonYamlString); in TEST()
627 StringRef CommonYamlString(R"( in TEST() local
706 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/None, AllBBAddrMaps); in TEST()
707 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0, Section0BBAddrMaps); in TEST()
708 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1, Section1BBAddrMaps); in TEST()
711 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2, {}); in TEST()
715 SmallString<128> InvalidLinkedYamlString(CommonYamlString); in TEST()
730 SmallString<128> TruncatedYamlString(CommonYamlString); in TEST()