Searched refs:DoCheckSucceeds (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | ELFObjectFileTest.cpp | 674 auto DoCheckSucceeds = [&](StringRef YamlString, 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() 726 DoCheckSucceeds(InvalidLinkedYamlString, /*TextSectionIndex=*/None, in TEST() 741 DoCheckSucceeds(TruncatedYamlString, /*TextSectionIndex=*/1, in TEST()
|