Home
last modified time | relevance | path

Searched refs:dumpDebugInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp116 void dumpDebugInfo(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugInfo() function
354 dumpDebugInfo(DCtx, Y); in dwarf2yaml()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp343 auto dumpDebugInfo = [&](bool IsExplicit, const char *Name, in dump() local
354 dumpDebugInfo(Explicit, ".debug_info", DObj->getInfoSection(), in dump()
356 dumpDebugInfo(ExplicitDWO, ".debug_info.dwo", DObj->getInfoDWOSection(), in dump()