Home
last modified time | relevance | path

Searched defs:CodeGenOpts (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp137 const CodeGenOptions &CodeGenOpts; global() member in __anon684942f70111::EmitAssemblyHelper
293 getCodeModel(const CodeGenOptions & CodeGenOpts) getCodeModel() argument
326 initTargetOptions(DiagnosticsEngine & Diags,llvm::TargetOptions & Options,const CodeGenOptions & CodeGenOpts,const clang::TargetOptions & TargetOpts,const LangOptions & LangOpts,const HeaderSearchOptions & HSOpts) initTargetOptions() argument
496 getGCOVOptions(const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts) getGCOVOptions() argument
514 getInstrProfOptions(const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts) getInstrProfOptions() argument
525 setCommandLineOpts(const CodeGenOptions & CodeGenOpts) setCommandLineOpts() argument
663 addSanitizers(const Triple & TargetTriple,const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts,PassBuilder & PB) addSanitizers() argument
[all...]
H A DBackendConsumer.h34 const CodeGenOptions &CodeGenOpts; global() variable
H A DCodeGenAction.cpp89 const CodeGenOptions &CodeGenOpts; global() member in clang::ClangDiagnosticHandler
94 reportOptRecordError(Error E,DiagnosticsEngine & Diags,const CodeGenOptions & CodeGenOpts) reportOptRecordError() argument
115 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,const std::string & InFile,SmallVector<LinkModule,4> LinkModules,std::unique_ptr<raw_pwrite_stream> OS,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
140 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,llvm::Module * Module,SmallVector<LinkModule,4> LinkModules,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
1151 auto &CodeGenOpts = CI.getCodeGenOpts(); ExecuteAction() local
[all...]
H A DCodeGenTBAA.h121 const CodeGenOptions &CodeGenOpts; variable
H A DModuleBuilder.cpp39 const CodeGenOptions &CodeGenOpts; member in __anona892ecfe0111::CodeGeneratorImpl
H A DObjectFilePCHContainerOperations.cpp
H A DCodeGenModule.h307 const CodeGenOptions &CodeGenOpts; global() variable
H A DCGCall.cpp1882 addMergableDefaultFunctionAttributes(const CodeGenOptions &CodeGenOpts, in addMergableDefaultFunctionAttributes() argument
1889 StringRef Name, bool HasOptnone, const CodeGenOptions &CodeGenOpts, in getTrivialDefaultFunctionAttributes() argument
2073 mergeDefaultFunctionDefinitionAttributes(llvm::Function & F,const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts,const TargetOptions & TargetOpts,bool WillInternalize) mergeDefaultFunctionDefinitionAttributes() argument
[all...]
H A DCodeGenModule.cpp113 const CodeGenOptions &CodeGenOpts = CGM.getCodeGenOpts(); createTargetCodeGenInfo() local
642 checkAliasForTocData(llvm::GlobalVariable * GVar,const CodeGenOptions & CodeGenOpts,DiagnosticsEngine & Diags,SourceLocation Location) checkAliasForTocData() argument
1439 EmitBackendOptionsMetadata(const CodeGenOptions & CodeGenOpts) EmitBackendOptionsMetadata() argument
[all...]
H A DCodeGenFunction.cpp865 const CodeGenOptions &CodeGenOpts = CGM.getCodeGenOpts(); StartFunction() local
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts; variable
/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1505 InitializePGOProfileMacros(const CodeGenOptions & CodeGenOpts,MacroBuilder & Builder) InitializePGOProfileMacros() argument
1520 InitializePreprocessor(Preprocessor & PP,const PreprocessorOptions & InitOpts,const PCHContainerReader & PCHContainerRdr,const FrontendOptions & FEOpts,const CodeGenOptions & CodeGenOpts) InitializePreprocessor() argument
H A DCompilerInstance.cpp284 SetUpDiagnosticLog(DiagnosticOptions * DiagOpts,const CodeGenOptions * CodeGenOpts,DiagnosticsEngine & Diags) SetUpDiagnosticLog() argument
343 createDiagnostics(DiagnosticOptions * Opts,DiagnosticConsumer * Client,bool ShouldOwnClient,const CodeGenOptions * CodeGenOpts) createDiagnostics() argument
H A DCompilerInvocation.cpp575 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); FixupInvocation() local
1500 const CodeGenOptions &CodeGenOpts = Opts; GenerateCodeGenArgs() local
1763 CodeGenOptions &CodeGenOpts = Opts; ParseCodeGenArgs() local
4470 GeneratePreprocessorArgs(const PreprocessorOptions & Opts,ArgumentConsumer Consumer,const LangOptions & LangOpts,const FrontendOptions & FrontendOpts,const CodeGenOptions & CodeGenOpts) GeneratePreprocessorArgs() argument
[all...]