Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp34 EmitEHFrame(true), EmitDebugFrame(false) { in MCObjectStreamer()
130 EmitDebugFrame = false; in reset()
141 if (EmitDebugFrame) in emitFrames()
181 EmitDebugFrame = Debug; in emitCFISections()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h43 bool EmitDebugFrame; variable