Home
last modified time | relevance | path

Searched refs:EmitDebugFrame (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/MC/
DMCObjectStreamer.cpp33 EmitEHFrame(true), EmitDebugFrame(false) {} in MCObjectStreamer()
76 EmitDebugFrame = false; in reset()
88 if (EmitDebugFrame) in EmitFrames()
120 EmitDebugFrame = Debug; in EmitCFISections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp33 EmitEHFrame(true), EmitDebugFrame(false) {} in MCObjectStreamer()
98 EmitDebugFrame = false; in reset()
110 if (EmitDebugFrame) in EmitFrames()
164 EmitDebugFrame = Debug; in EmitCFISections()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCStreamer.cpp25 EmitDebugFrame(false), in MCStreamer()
271 EmitDebugFrame = Debug; in EmitCFISections()
624 if (EmitDebugFrame) in EmitFrames()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h40 bool EmitDebugFrame; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h40 bool EmitDebugFrame; variable
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h56 bool EmitDebugFrame; variable