Loading llvm/lib/CodeGen/DwarfWriter.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -2418,6 +2418,8 @@ private: /// EmitFunctionDebugFrame - Emit per function frame info into a debug frame /// section. void EmitFunctionDebugFrame() { if (!TAI->getDwarfRequiresFrameSection()) return; // Start the dwarf frame section. Asm->SwitchToDataSection(TAI->getDwarfFrameSection()); Loading Loading
llvm/lib/CodeGen/DwarfWriter.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -2418,6 +2418,8 @@ private: /// EmitFunctionDebugFrame - Emit per function frame info into a debug frame /// section. void EmitFunctionDebugFrame() { if (!TAI->getDwarfRequiresFrameSection()) return; // Start the dwarf frame section. Asm->SwitchToDataSection(TAI->getDwarfFrameSection()); Loading