Searched defs:CodeGenOpts (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 137 const CodeGenOptions &CodeGenOpts; member in __anon3496e3440111::EmitAssemblyHelper 293 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() 326 const CodeGenOptions &CodeGenOpts, in initTargetOptions() 496 getGCOVOptions(const CodeGenOptions &CodeGenOpts, const LangOptions &LangOpts) { in getGCOVOptions() 514 getInstrProfOptions(const CodeGenOptions &CodeGenOpts, in getInstrProfOptions() 525 static void setCommandLineOpts(const CodeGenOptions &CodeGenOpts) { in setCommandLineOpts() 663 const CodeGenOptions &CodeGenOpts, in addSanitizers()
|
H A D | BackendConsumer.h | 34 const CodeGenOptions &CodeGenOpts; variable
|
H A D | CodeGenAction.cpp | 89 const CodeGenOptions &CodeGenOpts; member in clang::ClangDiagnosticHandler 94 const CodeGenOptions &CodeGenOpts) { in reportOptRecordError() 115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 1151 auto &CodeGenOpts = CI.getCodeGenOpts(); in ExecuteAction() local
|
H A D | CodeGenTBAA.h | 120 const CodeGenOptions &CodeGenOpts; variable
|
H A D | ModuleBuilder.cpp | 39 const CodeGenOptions &CodeGenOpts; member in __anonbec9d48b0111::CodeGeneratorImpl
|
H A D | CodeGenModule.h | 307 const CodeGenOptions &CodeGenOpts; variable
|
H A D | CGCall.cpp | 1856 addMergableDefaultFunctionAttributes(const CodeGenOptions &CodeGenOpts, in addMergableDefaultFunctionAttributes() 1863 StringRef Name, bool HasOptnone, const CodeGenOptions &CodeGenOpts, in getTrivialDefaultFunctionAttributes() 2050 llvm::Function &F, const CodeGenOptions &CodeGenOpts, in mergeDefaultFunctionDefinitionAttributes()
|
H A D | CodeGenModule.cpp | 113 const CodeGenOptions &CodeGenOpts = CGM.getCodeGenOpts(); in createTargetCodeGenInfo() local 642 const CodeGenOptions &CodeGenOpts, in checkAliasForTocData() 1449 const CodeGenOptions &CodeGenOpts) { in EmitBackendOptionsMetadata()
|
H A D | CodeGenFunction.cpp | 882 const CodeGenOptions &CodeGenOpts = CGM.getCodeGenOpts(); in StartFunction() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 100 std::shared_ptr<CodeGenOptions> CodeGenOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1515 static void InitializePGOProfileMacros(const CodeGenOptions &CodeGenOpts, in InitializePGOProfileMacros() 1530 const CodeGenOptions &CodeGenOpts) { in InitializePreprocessor()
|
H A D | CompilerInstance.cpp | 284 const CodeGenOptions *CodeGenOpts, in SetUpDiagnosticLog() 343 const CodeGenOptions *CodeGenOpts) { in createDiagnostics()
|
H A D | CompilerInvocation.cpp | 575 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation() local 1528 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs() local 1791 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs() local 4511 const CodeGenOptions &CodeGenOpts) { in GeneratePreprocessorArgs()
|