Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h42 EmitDebugSections(StringRef YAMLString, bool ApplyFixups = false,
45 EmitDebugSections(llvm::DWARFYAML::Data &DI, bool ApplyFixups);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1279 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata), true); in TEST()
1818 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata)); in TEST()
1867 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata)); in TEST()
1904 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata)); in TEST()
1941 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata)); in TEST()
1974 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata)); in TEST()
2022 auto ErrOrSections = DWARFYAML::EmitDebugSections(StringRef(yamldata)); in TEST()
2093 auto ErrOrSections = DWARFYAML::EmitDebugSections(yamldata); in TEST()
2165 auto ErrOrSections = DWARFYAML::EmitDebugSections(yamldata); in TEST()
2237 auto ErrOrSections = DWARFYAML::EmitDebugSections(yamldata); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp352 DWARFYAML::EmitDebugSections(StringRef YAMLString, bool ApplyFixups, in EmitDebugSections() function in DWARFYAML