Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp34 EmitEHFrame(true), EmitDebugFrame(false) { in MCObjectStreamer()
182 EmitEHFrame = true; in reset()
193 if (EmitEHFrame) in emitFrames()
244 EmitEHFrame = EH; in emitCFISections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h45 bool EmitEHFrame; variable