/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ProfileList.h | 52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const; 56 CodeGenOptions::ProfileInstrKind Kind) const; 59 CodeGenOptions::ProfileInstrKind Kind) const; 62 CodeGenOptions::ProfileInstrKind Kind) const;
|
H A D | CodeGenOptions.h | 55 class CodeGenOptions : public CodeGenOptionsBase { 489 CodeGenOptions();
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 137 const CodeGenOptions &CodeGenOpts; 211 const CodeGenOptions &CGOpts, in EmitAssemblyHelper() 234 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts() 258 getSanitizerBinaryMetadataOptions(const CodeGenOptions &CGOpts) { in getSanitizerBinaryMetadataOptions() 270 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC() 293 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() 326 const CodeGenOptions &CodeGenOpts, in initTargetOptions() 441 case CodeGenOptions::SwiftAsyncFramePointerKind::Auto: in initTargetOptions() 446 case CodeGenOptions::SwiftAsyncFramePointerKind::Always: in initTargetOptions() 450 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions() [all …]
|
H A D | BackendConsumer.h | 34 const CodeGenOptions &CodeGenOpts; 76 const CodeGenOptions &CodeGenOpts, 90 const CodeGenOptions &CodeGenOpts,
|
H A D | ModuleBuilder.cpp | 39 const CodeGenOptions &CodeGenOpts; 71 const CodeGenOptions &CGO) { in ExpandModuleName() 81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() 368 const CodeGenOptions &CGO, llvm::LLVMContext &C, in CreateLLVMCodeGen()
|
H A D | CodeGenTBAA.h | 25 class CodeGenOptions; variable 120 const CodeGenOptions &CodeGenOpts; 175 const CodeGenOptions &CGO, const LangOptions &Features);
|
H A D | ABIInfo.h | 27 class CodeGenOptions; variable 65 const CodeGenOptions &getCodeGenOpts() const;
|
H A D | CGLoopInfo.h | 32 class CodeGenOptions; variable 219 const clang::CodeGenOptions &CGOpts,
|
H A D | CodeGenTypes.h | 35 class CodeGenOptions; variable 107 const CodeGenOptions &getCodeGenOpts() const;
|
H A D | CodeGenAction.cpp | 67 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler() 89 const CodeGenOptions &CodeGenOpts; 94 const CodeGenOptions &CodeGenOpts) { in reportOptRecordError() 115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 315 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit() 922 for (const CodeGenOptions::BitcodeFileToLink &F : in loadLinkModules()
|
H A D | CodeGenModule.h | 76 class CodeGenOptions; variable 307 const CodeGenOptions &CodeGenOpts; 634 const CodeGenOptions &CodeGenOpts, llvm::Module &M, 768 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() 1832 void EmitBackendOptionsMetadata(const CodeGenOptions &CodeGenOpts);
|
H A D | ABIInfo.cpp | 32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts()
|
H A D | CodeGenModule.cpp | 113 const CodeGenOptions &CodeGenOpts = CGM.getCodeGenOpts(); in createTargetCodeGenInfo() 337 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule() 642 const CodeGenOptions &CodeGenOpts, in checkAliasForTocData() 1339 case CodeGenOptions::FramePointerKind::None: in Release() 1342 case CodeGenOptions::FramePointerKind::Reserved: in Release() 1345 case CodeGenOptions::FramePointerKind::NonLeaf: in Release() 1348 case CodeGenOptions::FramePointerKind::All: in Release() 1449 const CodeGenOptions &CodeGenOpts) { in EmitBackendOptionsMetadata() 1785 case CodeGenOptions::GeneralDynamicTLSModel: in GetDefaultLLVMTLSModel() 1787 case CodeGenOptions::LocalDynamicTLSModel: in GetDefaultLLVMTLSModel() [all …]
|
H A D | CGCall.h | 417 const CodeGenOptions &CodeGenOpts,
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 100 std::shared_ptr<CodeGenOptions> CodeGenOpts; 139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() 196 static void GenerateCodeGenArgs(const CodeGenOptions &Opts, 257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() 352 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args, 394 CodeGenOptions &getMutCodeGenOpts();
|
H A D | CompilerInstance.h | 283 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() 286 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() 708 const CodeGenOptions *CodeGenOpts = nullptr);
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ModuleBuilder.h | 35 class CodeGenOptions; variable 113 const CodeGenOptions &CGO,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 148 CodeGenOpts(std::make_shared<CodeGenOptions>()), in CompilerInvocationBase() 253 CodeGenOptions &CowCompilerInvocation::getMutCodeGenOpts() { in getMutCodeGenOpts() 575 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation() 1313 const CodeGenOptions::OptRemark &Remark) { in GenerateOptimizationRemark() 1316 } else if (Remark.Kind == CodeGenOptions::RK_Enabled) { in GenerateOptimizationRemark() 1318 } else if (Remark.Kind == CodeGenOptions::RK_Disabled) { in GenerateOptimizationRemark() 1326 static CodeGenOptions::OptRemark 1329 CodeGenOptions::OptRemark Result; in ParseOptimizationRemark() 1351 Result.Kind = CodeGenOptions::RK_Enabled; in ParseOptimizationRemark() 1353 Result.Kind = CodeGenOptions::RK_EnabledEverything; in ParseOptimizationRemark() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 818 CodeGenOptions::FramePointerKind FPKeepKind = in ConstructJob() 823 case CodeGenOptions::FramePointerKind::None: in ConstructJob() 826 case CodeGenOptions::FramePointerKind::Reserved: in ConstructJob() 829 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob() 832 case CodeGenOptions::FramePointerKind::All: in ConstructJob()
|
H A D | CommonArgs.h | 235 clang::CodeGenOptions::FramePointerKind
|
H A D | CommonArgs.cpp | 210 clang::CodeGenOptions::FramePointerKind 256 return clang::CodeGenOptions::FramePointerKind::All; in getFramePointerKind() 257 return clang::CodeGenOptions::FramePointerKind::NonLeaf; in getFramePointerKind() 260 return clang::CodeGenOptions::FramePointerKind::Reserved; in getFramePointerKind() 261 return clang::CodeGenOptions::FramePointerKind::None; in getFramePointerKind()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 360 const CodeGenOptions &Opts); 581 const llvm::Triple &Triple, const CodeGenOptions &Opts) { in isStructReturnInRegABI() 585 case CodeGenOptions::SRCK_Default: in isStructReturnInRegABI() 587 case CodeGenOptions::SRCK_OnStack: // -maix-struct-return in isStructReturnInRegABI() 589 case CodeGenOptions::SRCK_InRegs: // -msvr4-struct-return in isStructReturnInRegABI()
|
H A D | X86.cpp | 218 const llvm::Triple &Triple, const CodeGenOptions &Opts); 1094 const llvm::Triple &Triple, const CodeGenOptions &Opts) { in isStructReturnInRegABI() 1098 case CodeGenOptions::SRCK_Default: in isStructReturnInRegABI() 1100 case CodeGenOptions::SRCK_OnStack: // -fpcc-struct-return in isStructReturnInRegABI() 1102 case CodeGenOptions::SRCK_InRegs: // -freg-struct-return in isStructReturnInRegABI()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 319 CodeGenOptions &CGOpts);
|
/freebsd/contrib/llvm-project/clang/include/ |
H A D | module.modulemap | 68 textual header "clang/Basic/CodeGenOptions.def"
|