Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1365 const char *yamldata = "debug_abbrev:\n" in TEST() local
1377 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
1879 const char *yamldata = R"( in TEST() local
1913 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
1925 const char *yamldata = R"( in TEST() local
1959 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
1970 const char *yamldata = R"( in TEST() local
1993 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
2005 const char *yamldata = R"( in TEST() local
2029 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
[all …]
DDWARFDieTest.cpp22 const char *yamldata = R"( in TEST() local
67 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DXcodeSDKModuleTests.cpp37 const char *yamldata = R"( in TEST_F() local
69 YAMLModuleTester t(yamldata); in TEST_F()
DDWARFASTParserClangTests.cpp42 const char *yamldata = R"( in TEST_F() local
92 YAMLModuleTester t(yamldata); in TEST_F()
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp1411 StringRef yamldata = R"( in TEST() local
1457 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1488 StringRef yamldata = R"( in TEST() local
1534 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1567 StringRef yamldata = R"( in TEST() local
1641 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1683 StringRef yamldata = R"( in TEST() local
1741 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1778 StringRef yamldata = R"( in TEST() local
1915 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
[all …]
/external/llvm-project/lldb/unittests/Expression/
DDWARFExpressionTest.cpp111 const char *yamldata = R"( in TEST() local
180 DWARFExpressionTester t(yamldata); in TEST()