Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp34 EmitEHFrame(true), EmitDebugFrame(false) { in MCObjectStreamer()
186 EmitDebugFrame = false; in reset()
199 if (EmitDebugFrame) in emitFrames()
243 EmitDebugFrame = Debug; in emitCFISections()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectStreamer.h46 bool EmitDebugFrame; variable