Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp68 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
170 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
276 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
381 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
503 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
625 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
H A DDWARFDebugInfoTest.cpp1451 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata));
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h49 emitDebugSections(StringRef YAMLString,
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1329 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1406 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1513 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1613 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1816 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2076 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2255 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2395 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1052 DWARFYAML::emitDebugSections(StringRef YAMLString, bool IsLittleEndian, in emitDebugSections() function in DWARFYAML