Searched refs:dumpDebugInfo (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 116 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/ |
D | DWARFContext.cpp | 343 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()
|