| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() 76 case CodeGenOptions::ProfileNone: in getSectionName() 78 case CodeGenOptions::ProfileClangInstr: in getSectionName() 80 case CodeGenOptions::ProfileIRInstr: in getSectionName() 82 case CodeGenOptions::ProfileCSIRInstr: in getSectionName() 89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const { in getDefault() 120 CodeGenOptions::ProfileInstrKind Kind) const { in isFunctionExcluded() 134 CodeGenOptions::ProfileInstrKind Kind) const { in isLocationExcluded() 140 CodeGenOptions::ProfileInstrKind Kind) const { in isFileExcluded()
|
| H A D | CodeGenOptions.cpp | 14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions 23 void CodeGenOptions::resetNonModularOptions(StringRef ModuleFormat) { in resetNonModularOptions()
|
| /freebsd-14.2/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 | 54 class CodeGenOptions : public CodeGenOptionsBase { 476 CodeGenOptions();
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 30 class CodeGenOptions; variable 45 const CodeGenOptions &CGOpts, 52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, 55 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| H A D | ModuleBuilder.h | 31 class CodeGenOptions; variable 109 const CodeGenOptions &CGO,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 126 const CodeGenOptions &CodeGenOpts; 200 const CodeGenOptions &CGOpts, in EmitAssemblyHelper() 223 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts() 282 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() 430 case CodeGenOptions::SwiftAsyncFramePointerKind::Auto: in initTargetOptions() 435 case CodeGenOptions::SwiftAsyncFramePointerKind::Always: in initTargetOptions() 439 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions() 499 getInstrProfOptions(const CodeGenOptions &CodeGenOpts, in getInstrProfOptions() 848 case CodeGenOptions::AssignmentTrackingOpts::Forced: in RunOptimizationPipeline() 854 case CodeGenOptions::AssignmentTrackingOpts::Enabled: in RunOptimizationPipeline() [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 119 const CodeGenOptions &CodeGenOpts; 170 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
|
| H A D | ABIInfo.h | 26 class CodeGenOptions; variable 62 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CGLoopInfo.h | 32 class CodeGenOptions; variable 215 const clang::CodeGenOptions &CGOpts,
|
| H A D | CodeGenTypes.h | 35 class CodeGenOptions; variable 113 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CodeGenAction.cpp | 68 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler() 90 const CodeGenOptions &CodeGenOpts; 95 const CodeGenOptions &CodeGenOpts) { in reportOptRecordError() 116 const CodeGenOptions &CodeGenOpts, in BackendConsumer() 144 const CodeGenOptions &CodeGenOpts, in BackendConsumer() 340 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit() 947 for (const CodeGenOptions::BitcodeFileToLink &F : in loadLinkModules()
|
| H A D | CodeGenModule.h | 76 class CodeGenOptions; variable 307 const CodeGenOptions &CodeGenOpts; 614 const CodeGenOptions &CodeGenOpts, llvm::Module &M, 748 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() 1734 void EmitBackendOptionsMetadata(const CodeGenOptions &CodeGenOpts);
|
| H A D | ABIInfo.cpp | 32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts()
|
| H A D | CGCall.h | 397 const CodeGenOptions &CodeGenOpts,
|
| H A D | ObjectFilePCHContainerOperations.cpp | 51 CodeGenOptions CodeGenOpts;
|
| /freebsd-14.2/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, 252 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() 337 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args, 379 CodeGenOptions &getMutCodeGenOpts();
|
| H A D | Utils.h | 46 class CodeGenOptions; variable 53 const CodeGenOptions &CodeGenOpts);
|
| H A D | CompilerInstance.h | 262 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() 265 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() 666 const CodeGenOptions *CodeGenOpts = nullptr);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1302 static CodeGenOptions::OptRemark 1305 CodeGenOptions::OptRemark Result; in ParseOptimizationRemark() 1327 Result.Kind = CodeGenOptions::RK_Enabled; in ParseOptimizationRemark() 1331 Result.Kind = CodeGenOptions::RK_Disabled; in ParseOptimizationRemark() 1347 return CodeGenOptions::OptRemark(); in ParseOptimizationRemark() 1455 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs() 1682 case CodeGenOptions::FiniteLoopsKind::Language: in GenerateCodeGenArgs() 1684 case CodeGenOptions::FiniteLoopsKind::Always: in GenerateCodeGenArgs() 1687 case CodeGenOptions::FiniteLoopsKind::Never: in GenerateCodeGenArgs() 1715 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | PPC.cpp | 304 const CodeGenOptions &Opts); 524 const llvm::Triple &Triple, const CodeGenOptions &Opts) { in isStructReturnInRegABI() 528 case CodeGenOptions::SRCK_Default: in isStructReturnInRegABI() 530 case CodeGenOptions::SRCK_OnStack: // -maix-struct-return in isStructReturnInRegABI() 532 case CodeGenOptions::SRCK_InRegs: // -msvr4-struct-return in isStructReturnInRegABI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Flang.cpp | 758 CodeGenOptions::FramePointerKind FPKeepKind = in ConstructJob() 763 case CodeGenOptions::FramePointerKind::None: in ConstructJob() 766 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob() 769 case CodeGenOptions::FramePointerKind::All: in ConstructJob()
|
| H A D | CommonArgs.h | 222 clang::CodeGenOptions::FramePointerKind
|