Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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()
90 CodeGenOptions::ProfileInstrKind Kind) const { in isFunctionExcluded()
101 CodeGenOptions::ProfileInstrKind Kind) const { in isLocationExcluded()
107 CodeGenOptions::ProfileInstrKind Kind) const { in isFileExcluded()
H A DCodeGenOptions.cpp14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
H A DCMakeLists.txt44 CodeGenOptions.cpp
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DBackendUtil.h26 class CodeGenOptions; variable
40 const CodeGenOptions &CGOpts,
45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
48 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h31 class CodeGenOptions; variable
109 const CodeGenOptions &CGO,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp111 const CodeGenOptions &CodeGenOpts;
177 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
199 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
252 case CodeGenOptions::Accelerate: in createTLII()
255 case CodeGenOptions::LIBMVEC: in createTLII()
265 case CodeGenOptions::MASSV: in createTLII()
268 case CodeGenOptions::SVML: in createTLII()
271 case CodeGenOptions::Darwin_libsystem_m: in createTLII()
297 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel()
441 case CodeGenOptions::SwiftAsyncFramePointerKind::Auto: in initTargetOptions()
[all …]
H A DModuleBuilder.cpp39 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
71 const CodeGenOptions &CGO) { in ExpandModuleName()
81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
367 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
66 const CodeGenOptions &getCodeGenOpts() const;
H A DCodeGenAction.cpp61 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
83 const CodeGenOptions &CodeGenOpts;
88 const CodeGenOptions CodeGenOpts) { in reportOptRecordError()
112 const CodeGenOptions &CodeGenOpts;
152 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
178 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
342 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
1026 for (const CodeGenOptions::BitcodeFileToLink &F : in CreateASTConsumer()
H A DCGLoopInfo.h32 class CodeGenOptions; variable
212 const clang::CodeGenOptions &CGOpts,
H A DCodeGenTypes.h35 class CodeGenOptions; variable
117 const CodeGenOptions &getCodeGenOpts() const;
H A DCodeGenModule.h73 class CodeGenOptions; variable
303 const CodeGenOptions &CodeGenOpts;
595 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
728 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
1684 void EmitBackendOptionsMetadata(const CodeGenOptions CodeGenOpts);
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DProfileList.h43 CodeGenOptions::ProfileInstrKind Kind) const;
46 CodeGenOptions::ProfileInstrKind Kind) const;
49 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h49 class CodeGenOptions : public CodeGenOptionsBase {
437 CodeGenOptions();
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h141 CodeGenOptions CodeGenOpts;
159 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts()
160 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
261 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
268 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
H A DCompilerInstance.h254 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts()
257 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
632 const CodeGenOptions *CodeGenOpts = nullptr);
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCodeGenOptions.cpp18 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in Fortran::frontend::CodeGenOptions
H A DCMakeLists.txt6 CodeGenOptions.cpp
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCodeGenOptions.h44 class CodeGenOptions : public CodeGenOptionsBase {
47 CodeGenOptions();
H A DCompilerInvocation.h75 Fortran::frontend::CodeGenOptions codeGenOpts;
136 CodeGenOptions &getCodeGenOpts() { return codeGenOpts; } in getCodeGenOpts()
137 const CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts()
H A DCodeGenOptions.def1 //===--- CodeGenOptions.def - Code generation option database ----- C++ -*-===//
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h35 clang::CodeGenOptions CGO = clang::CodeGenOptions()) {
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1178 static CodeGenOptions::OptRemark
1181 CodeGenOptions::OptRemark Result; in ParseOptimizationRemark()
1203 Result.Kind = CodeGenOptions::RK_Enabled; in ParseOptimizationRemark()
1207 Result.Kind = CodeGenOptions::RK_Disabled; in ParseOptimizationRemark()
1223 return CodeGenOptions::OptRemark(); in ParseOptimizationRemark()
1323 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs()
1562 case CodeGenOptions::FiniteLoopsKind::Language: in GenerateCodeGenArgs()
1564 case CodeGenOptions::FiniteLoopsKind::Always: in GenerateCodeGenArgs()
1567 case CodeGenOptions::FiniteLoopsKind::Never: in GenerateCodeGenArgs()
1595 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs()
[all …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn60 "CodeGenOptions.cpp",

12