Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h153 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()
347 unsigned ForceDwarfFrameSection : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp106 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
475 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
478 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
585 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp646 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp110 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
H A DAsmPrinter.cpp1307 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def57 BENIGN_DEBUGOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp418 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4096 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,