Searched refs:CodeGenOptions (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp27 #include "clang/Frontend/CodeGenOptions.h"
397 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
1090 >= CodeGenOptions::LimitedDebugInfo) {
1856 >= CodeGenOptions::LimitedDebugInfo) {
H A DCGDebugInfo.h21 #include "clang/Frontend/CodeGenOptions.h"
55 const CodeGenOptions::DebugInfoKind DebugKind;
H A DCGBlocks.cpp1113 >= CodeGenOptions::LimitedDebugInfo) {
1264 >= CodeGenOptions::LimitedDebugInfo) {
H A DCGObjCGNU.cpp1418 case CodeGenOptions::Legacy:
1421 case CodeGenOptions::Mixed:
1422 case CodeGenOptions::NonLegacy:
H A DTargetInfo.cpp22 #include "clang/Frontend/CodeGenOptions.h"
887 const llvm::Triple &Triple, const CodeGenOptions &Opts);
1569 const llvm::Triple &Triple, const CodeGenOptions &Opts) {
1573 case CodeGenOptions::SRCK_Default:
1575 case CodeGenOptions::SRCK_OnStack: // -fpcc-struct-return
1577 case CodeGenOptions::SRCK_InRegs: // -freg-struct-return
H A DCGObjCMac.cpp27 #include "clang/Frontend/CodeGenOptions.h"
5681 case CodeGenOptions::Legacy:
5683 case CodeGenOptions::NonLegacy:
5685 case CodeGenOptions::Mixed:
H A DCodeGenFunction.cpp31 #include "clang/Frontend/CodeGenOptions.h"
1767 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo)
H A DCGExprScalar.cpp25 #include "clang/Frontend/CodeGenOptions.h"
2561 if (CGF.CGM.getCodeGenOpts().getFPContractMode() != CodeGenOptions::FPC_On)
H A DCGOpenMPRuntime.cpp420 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo ||
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp2498 static CodeGenOptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) {
2503 return CodeGenOptions::NoDebugInfo;
2506 return CodeGenOptions::DebugLineTablesOnly;
2507 return CodeGenOptions::LimitedDebugInfo;
2523 CodeGenOptions::DebugInfoKind DebugInfoKind,
2527 case CodeGenOptions::DebugLineTablesOnly:
2530 case CodeGenOptions::LimitedDebugInfo:
2533 case CodeGenOptions::FullDebugInfo:
2651 Args, CmdArgs, CodeGenOptions::LimitedDebugInfo, DwarfVersion,
4048 enum CodeGenOptions
[all...]
H A DTools.h17 #include "clang/Frontend/CodeGenOptions.h"
96 enum CodeGenOptions::DebugInfoKind *DebugInfoKind,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp143 const CodeGenOptions *CodeGenOpts,
198 const CodeGenOptions *CodeGenOpts) {

Completed in 324 milliseconds

12