Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp35 EmitEHFrame(true), EmitDebugFrame(false) { in MCObjectStreamer()
167 EmitDebugFrame = false; in reset()
180 if (EmitDebugFrame) in emitFrames()
224 EmitDebugFrame = Debug; in emitCFISections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h40 bool EmitDebugFrame; variable