Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1377 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
1913 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
1959 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
1993 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
2029 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
2063 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
2094 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
2139 auto ErrOrSections = DWARFYAML::emitDebugSections(StringRef(yamldata)); in TEST()
2205 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2272 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
[all …]
DDWARFDieTest.cpp67 DWARFYAML::emitDebugSections(StringRef(yamldata), in TEST()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h50 emitDebugSections(StringRef YAMLString,
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp1457 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1534 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1641 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1741 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
1915 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2175 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2354 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
2494 auto ErrOrSections = DWARFYAML::emitDebugSections(yamldata); in TEST()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1053 DWARFYAML::emitDebugSections(StringRef YAMLString, bool IsLittleEndian, in emitDebugSections() function in DWARFYAML