Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h144 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()
342 unsigned ForceDwarfFrameSection : 1; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp102 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
464 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
467 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
560 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp630 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp110 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
H A DAsmPrinter.cpp1257 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp442 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def115 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3195 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,