Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp33 EmitEHFrame(true), EmitDebugFrame(false) {} in MCObjectStreamer()
122 EmitDebugFrame = false; in reset()
134 if (EmitDebugFrame) in EmitFrames()
188 EmitDebugFrame = Debug; in EmitCFISections()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h40 bool EmitDebugFrame; variable