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.h154 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()
355 unsigned ForceDwarfFrameSection : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp107 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
483 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
486 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
594 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp658 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp111 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
H A DAsmPrinter.cpp1281 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def57 BENIGN_DEBUGOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp429 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4322 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,