Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h89 bool *EmitCodeView) const;
H A DClang.cpp3873 bool EmitCodeView, bool IRInput, in renderDebugOptions() argument
3962 EmitCodeView = true; in renderDebugOptions()
3967 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()
3971 EmitCodeView = true; in renderDebugOptions()
4028 !EmitCodeView && in renderDebugOptions()
4089 if (EmitCodeView) { in renderDebugOptions()
5191 bool EmitCodeView = false; in ConstructJob() local
5199 renderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, in ConstructJob()
7105 bool *EmitCodeView) const { in AddClangCLArgs()
7184 *EmitCodeView = true; in AddClangCLArgs()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp237 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
297 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
342 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
1016 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1539 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1562 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
1836 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2097 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
3539 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
3797 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()
[all …]
H A DCodeGenModule.cpp586 if (CodeGenOpts.EmitCodeView) { in Release()
5252 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp344 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
345 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
351 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def362 CODEGENOPT(EmitCodeView, 1, 0)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2877 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;