Home
last modified time | relevance | path

Searched refs:CodeGenOptions (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp74 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 DCodeGenOptions.cpp14 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 DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h54 class CodeGenOptions : public CodeGenOptionsBase {
476 CodeGenOptions();
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h30 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 DModuleBuilder.h31 class CodeGenOptions; variable
109 const CodeGenOptions &CGO,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp126 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 DBackendConsumer.h34 const CodeGenOptions &CodeGenOpts;
76 const CodeGenOptions &CodeGenOpts,
90 const CodeGenOptions &CodeGenOpts,
H A DModuleBuilder.cpp39 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 DCodeGenTBAA.h25 class CodeGenOptions; variable
119 const CodeGenOptions &CodeGenOpts;
170 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
H A DABIInfo.h26 class CodeGenOptions; variable
62 const CodeGenOptions &getCodeGenOpts() const;
H A DCGLoopInfo.h32 class CodeGenOptions; variable
215 const clang::CodeGenOptions &CGOpts,
H A DCodeGenTypes.h35 class CodeGenOptions; variable
113 const CodeGenOptions &getCodeGenOpts() const;
H A DCodeGenAction.cpp68 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 DCodeGenModule.h76 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 DABIInfo.cpp32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts()
H A DCGCall.h397 const CodeGenOptions &CodeGenOpts,
H A DObjectFilePCHContainerOperations.cpp51 CodeGenOptions CodeGenOpts;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h100 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 DUtils.h46 class CodeGenOptions; variable
53 const CodeGenOptions &CodeGenOpts);
H A DCompilerInstance.h262 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 DCompilerInvocation.cpp1302 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 DPPC.cpp304 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 DFlang.cpp758 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 DCommonArgs.h222 clang::CodeGenOptions::FramePointerKind

12