Searched refs:EmitCodeView (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Clang.h | 89 bool *EmitCodeView) const;
|
D | Clang.cpp | 3729 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/ |
D | CGDebugInfo.cpp | 236 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 …]
|
D | CodeGenModule.cpp | 541 if (CodeGenOpts.EmitCodeView) { in Release() 5107 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 224 CODEGENOPT(EmitCodeView, 1, 0)
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 252 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/ |
D | AsmPrinter.cpp | 315 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/ |
D | AsmPrinter.cpp | 319 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/ |
D | Tools.h | 99 bool *EmitCodeView) const;
|
D | Tools.cpp | 4445 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/ |
D | CodeGenOptions.def | 343 CODEGENOPT(EmitCodeView, 1, 0)
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 195 CGM.getCodeGenOpts().EmitCodeView; in getFunctionName() 203 Policy.MSVCFormatting = CGM.getCodeGenOpts().EmitCodeView; in getFunctionName() 277 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
|
D | CodeGenModule.cpp | 423 if (CodeGenOpts.EmitCodeView) { in Release()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 494 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 908 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()
|