| /llvm-project-15.0.7/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() 90 CodeGenOptions::ProfileInstrKind Kind) const { in isFunctionExcluded() 101 CodeGenOptions::ProfileInstrKind Kind) const { in isLocationExcluded() 107 CodeGenOptions::ProfileInstrKind Kind) const { in isFileExcluded()
|
| H A D | CodeGenOptions.cpp | 14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
|
| H A D | CMakeLists.txt | 44 CodeGenOptions.cpp
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 26 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 D | ModuleBuilder.h | 31 class CodeGenOptions; variable 109 const CodeGenOptions &CGO,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 111 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 D | ModuleBuilder.cpp | 39 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 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 66 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CodeGenAction.cpp | 61 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 D | CGLoopInfo.h | 32 class CodeGenOptions; variable 212 const clang::CodeGenOptions &CGOpts,
|
| H A D | CodeGenTypes.h | 35 class CodeGenOptions; variable 117 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CodeGenModule.h | 73 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 D | ProfileList.h | 43 CodeGenOptions::ProfileInstrKind Kind) const; 46 CodeGenOptions::ProfileInstrKind Kind) const; 49 CodeGenOptions::ProfileInstrKind Kind) const;
|
| H A D | CodeGenOptions.h | 49 class CodeGenOptions : public CodeGenOptionsBase { 437 CodeGenOptions();
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 141 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 D | CompilerInstance.h | 254 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 D | CodeGenOptions.cpp | 18 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in Fortran::frontend::CodeGenOptions
|
| H A D | CMakeLists.txt | 6 CodeGenOptions.cpp
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | CodeGenOptions.h | 44 class CodeGenOptions : public CodeGenOptionsBase { 47 CodeGenOptions();
|
| H A D | CompilerInvocation.h | 75 Fortran::frontend::CodeGenOptions codeGenOpts; 136 CodeGenOptions &getCodeGenOpts() { return codeGenOpts; } in getCodeGenOpts() 137 const CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts()
|
| H A D | CodeGenOptions.def | 1 //===--- CodeGenOptions.def - Code generation option database ----- C++ -*-===//
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | TestCompiler.h | 35 clang::CodeGenOptions CGO = clang::CodeGenOptions()) {
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1178 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 D | BUILD.gn | 60 "CodeGenOptions.cpp",
|