Home
last modified time | relevance | path

Searched defs:Yaml (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/unittests/ObjectYAML/
H A DDWARFYAMLTest.cpp19 template <class T> static Error parseDWARFYAML(StringRef Yaml, T &Data) { in parseDWARFYAML()
36 StringRef Yaml = R"( in TEST() local
47 StringRef Yaml = R"( in TEST() local
57 StringRef Yaml = R"( in TEST() local
69 StringRef Yaml = R"( in TEST() local
114 StringRef Yaml = R"( in TEST() local
131 StringRef Yaml = R"( in TEST() local
184 StringRef Yaml = R"( in TEST() local
H A DELFYAMLTest.cpp22 StringRef Yaml) { in toBinary()
H A DYAML2ObjTest.cpp47 StringRef Yaml = R"( in TEST() local
H A DMinidumpYAMLTest.cpp19 toBinary(SmallVectorImpl<char> &Storage, StringRef Yaml) { in toBinary() argument
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDataExtractorTest.cpp21 StringRef Yaml = R"( in TEST() local
156 StringRef Yaml = R"( in TEST() local
/llvm-project/lldb/unittests/TestingSupport/
H A DTestUtilities.cpp30 llvm::Expected<TestFile> TestFile::fromYaml(llvm::StringRef Yaml) { in fromYaml()
/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp67 yaml2ObjectFile(SmallVectorImpl<char> & Storage,StringRef Yaml,ErrorHandler ErrHandler) yaml2ObjectFile() argument
/llvm-project/llvm/unittests/Object/
H A DDXContainerTest.cpp223 generateDXContainer(StringRef Yaml, SmallVectorImpl<char> &BinaryData) { in generateDXContainer() argument
249 const char *Yaml = R"( in TEST() local
H A DELFObjectFileTest.cpp323 StringRef Yaml) { in toBinary() argument
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.cpp126 std::vector<SymbolAndSignals> ReadSymbolInfosFromYAML(llvm::StringRef Yaml) { in ReadSymbolInfosFromYAML()
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp114 raw_string_ostream Yaml(Buffer); in makeObj() local
493 raw_string_ostream Yaml(YamlBuffer); in makeObj() local
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp88 enum class ShowFormat { Text, Json, Yaml }; global() enumerator