Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def121 DEBUGOPT(EmitCodeView, 1, 0)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp241 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
307 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
352 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
1099 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1773 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1796 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
2059 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2346 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
3862 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
4131 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()
[all …]
H A DCodeGenModule.cpp966 if (CodeGenOpts.EmitCodeView) { in Release()
6244 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4320 bool EmitCodeView = false; in renderDebugOptions() local
4322 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4326 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()
4330 EmitCodeView = true; in renderDebugOptions()
4375 !EmitCodeView && in renderDebugOptions()
4439 if (EmitCodeView) { in renderDebugOptions()
4581 if (EmitCodeView && Output.isFilename()) in renderDebugOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp547 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
548 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
554 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4158 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;