Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.h89 bool *EmitCodeView) const;
H A DClang.cpp3865 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
5161 renderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, in ConstructJob()
7048 bool *EmitCodeView) const { in AddClangCLArgs()
7127 *EmitCodeView = true; in AddClangCLArgs()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp237 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()
3556 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
3814 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()
[all …]
H A DCodeGenModule.cpp570 if (CodeGenOpts.EmitCodeView) { in Release()
5222 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp330 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
331 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
337 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def357 CODEGENOPT(EmitCodeView, 1, 0)
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2844 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;