Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h133 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()
320 unsigned ForceDwarfFrameSection : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp95 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
447 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
450 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
534 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
H A DMachineFunction.cpp570 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp144 Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
H A DAsmPrinter.cpp1055 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp568 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def110 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2800 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,