Home
last modified time | relevance | path

Searched refs:EmitCodeView (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.h89 bool *EmitCodeView) const;
DClang.cpp3729 bool EmitCodeView, ArgStringList &CmdArgs, in RenderDebugOptions() argument
3807 EmitCodeView = true; in RenderDebugOptions()
3812 if (!EmitCodeView && !EmitDwarf && in RenderDebugOptions()
3816 EmitCodeView = true; in RenderDebugOptions()
3858 !EmitCodeView && DebuggerTuning != llvm::DebuggerKind::SCE)) in RenderDebugOptions()
3910 if (EmitCodeView) { in RenderDebugOptions()
4887 bool EmitCodeView = false; in ConstructJob() local
4892 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob()
4895 RenderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, CmdArgs, in ConstructJob()
6715 bool *EmitCodeView) const { in AddClangCLArgs()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp236 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
263 CGM.getCodeGenOpts().EmitCodeView; in getFunctionName()
333 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
372 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
984 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1500 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1523 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
1795 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2056 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
2124 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
[all …]
DCodeGenModule.cpp541 if (CodeGenOpts.EmitCodeView) { in Release()
5107 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def224 CODEGENOPT(EmitCodeView, 1, 0)
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp252 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization() local
253 if (EmitCodeView && TM.getTargetTriple().isKnownWindowsMSVCEnvironment()) { in doInitialization()
258 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) { in doInitialization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp315 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization() local
316 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
322 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) { in doInitialization()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp319 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
320 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
326 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/external/clang/lib/Driver/
DTools.h99 bool *EmitCodeView) const;
DTools.cpp4445 bool EmitCodeView = false; in ConstructJob() local
4450 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob()
4525 if (Args.hasArg(options::OPT_gcodeview) || EmitCodeView) { in ConstructJob()
6247 bool *EmitCodeView) const { in AddClangCLArgs()
6323 *EmitCodeView = true; in AddClangCLArgs()
6330 *EmitCodeView = false; in AddClangCLArgs()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def343 CODEGENOPT(EmitCodeView, 1, 0)
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp195 CGM.getCodeGenOpts().EmitCodeView; in getFunctionName()
203 Policy.MSVCFormatting = CGM.getCodeGenOpts().EmitCodeView; in getFunctionName()
277 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
DCodeGenModule.cpp423 if (CodeGenOpts.EmitCodeView) { in Release()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp494 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp908 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()