Home
last modified time | relevance | path

Searched refs:EmitEHFrame (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()
129 EmitEHFrame = true; in reset()
138 if (EmitEHFrame) in emitFrames()
180 EmitEHFrame = EH; in emitCFISections()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h42 bool EmitEHFrame; variable