Searched refs:EmitCodeView (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Clang.h | 89 bool *EmitCodeView) const;
|
H A D | Clang.cpp | 3865 bool EmitCodeView, bool IRInput, in renderDebugOptions() argument 3954 EmitCodeView = true; in renderDebugOptions() 3959 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions() 3963 EmitCodeView = true; in renderDebugOptions() 4020 !EmitCodeView && in renderDebugOptions() 4080 if (EmitCodeView) { in renderDebugOptions() 5153 bool EmitCodeView = false; in ConstructJob() local 5158 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob() 5161 renderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, in ConstructJob() 7048 bool *EmitCodeView) const { in AddClangCLArgs() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 237 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy() 324 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName() 369 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum() 1038 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier() 1558 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields() 1581 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields() 1855 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases() 2116 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName() 2183 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo() 3556 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps() [all …]
|
H A D | CodeGenModule.cpp | 570 if (CodeGenOpts.EmitCodeView) { in Release() 5222 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 330 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local 331 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization() 337 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 357 CODEGENOPT(EmitCodeView, 1, 0)
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 2844 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;
|