Home
last modified time | relevance | path

Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h133 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()
317 unsigned ForceDwarfFrameSection : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp94 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
441 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
444 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
527 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp589 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp144 Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
H A DAsmPrinter.cpp1069 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp576 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def110 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2833 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,