Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h138 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()
343 unsigned ForceDwarfFrameSection : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp108 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
490 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
493 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
600 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp698 return getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp112 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
H A DAsmPrinter.cpp1326 if (hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def39 DEBUGOPT(ForceDwarfFrameSection , 1, 0, Benign) ///< Set when -fforce-dwarf-frame
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp464 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4591 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,