Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFObjectFileTest.cpp514 auto DoCheck = [&](StringRef YamlString, const char *ErrMsg) { in TEST() argument
517 toBinary<ELF64LE>(Storage, YamlString); in TEST()
674 auto DoCheckSucceeds = [&](StringRef YamlString, in TEST()
679 toBinary<ELF64LE>(Storage, YamlString); in TEST()
690 auto DoCheckFails = [&](StringRef YamlString, in TEST() argument
695 toBinary<ELF64LE>(Storage, YamlString); in TEST()
765 auto DoCheck = [&](StringRef YamlString) { in TEST() argument
768 toBinary<ELF64LE>(Storage, YamlString); in TEST()