Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h122 EnableDebugEntryValues(false), ForceDwarfFrameSection(false) {} in TargetOptions()
263 unsigned ForceDwarfFrameSection : 1; variable
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h142 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()
321 unsigned ForceDwarfFrameSection : 1; variable
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp96 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()
456 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local
459 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()
559 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
DMachineFunction.cpp570 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp137 else if (Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
DAsmPrinter.cpp968 if (MMI->hasDebugInfo() || MF->getTarget().Options.ForceDwarfFrameSection) in needsCFIMoves()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp138 else if (Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
DAsmPrinter.cpp1003 if (MMI->hasDebugInfo() || MF->getTarget().Options.ForceDwarfFrameSection) in needsCFIMoves()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc284 ForceDwarfFrameSection("force-dwarf-frame-section",
319 Options.ForceDwarfFrameSection = ForceDwarfFrameSection;
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp555 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp547 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def104 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp923 Opts.ForceDwarfFrameSection = Args.hasArg(OPT_fforce_dwarf_frame); in ParseCodeGenArgs()