Searched refs:CGOpts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp147 const CodeGenOptions &CGOpts,
150 : Diags(_Diags), HSOpts(HeaderSearchOpts), CodeGenOpts(CGOpts),
168 // We need this wrapper to access LangOpts and CGOpts from extension functions
173 const CodeGenOptions &CGOpts,
175 : PassManagerBuilder(), TargetTriple(TargetTriple), CGOpts(CGOpts),
178 const CodeGenOptions &getCGOpts() const { return CGOpts; }
183 const CodeGenOptions &CGOpts; member in class:__anon1670::PassManagerBuilderWrapper
214 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { argument
217 static_cast<SanitizerCoverageOptions::Type>(CGOpts
145 EmitAssemblyHelper(DiagnosticsEngine &_Diags, const HeaderSearchOptions &HeaderSearchOpts, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, Module *M) argument
172 PassManagerBuilderWrapper(const Triple &TargetTriple, const CodeGenOptions &CGOpts, const LangOptions &LangOpts) argument
238 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); local
249 asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) argument
272 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); local
296 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); local
313 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); local
1487 runThinLTOBackend( DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, Module *M, const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile, std::string ProfileRemapping, BackendAction Action) argument
1623 EmitBackendOutput(DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, const llvm::DataLayout &TDesc, Module *M, BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) argument
1693 EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, llvm::MemoryBufferRef Buf) argument
[all...]
H A DCGLoopInfo.h206 const clang::CodeGenOptions &CGOpts,
H A DCGLoopInfo.cpp577 const clang::CodeGenOptions &CGOpts,
758 if (CGOpts.OptimizationLevel > 0)
761 if (!CGOpts.UnrollLoops &&
576 push(BasicBlock *Header, clang::ASTContext &Ctx, const clang::CodeGenOptions &CGOpts, ArrayRef<const clang::Attr *> Attrs, const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc) argument
H A DCodeGenFunction.cpp49 static bool shouldEmitLifetimeMarkers(const CodeGenOptions &CGOpts, argument
51 if (CGOpts.DisableLifetimeMarkers)
55 if (CGOpts.SanitizeAddressUseAfterScope ||
61 return CGOpts.OptimizationLevel != 0;
H A DCodeGenAction.cpp56 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) argument
57 : CodeGenOpts(CGOpts), BackendCon(BCon) {}
H A DCGDebugInfo.cpp614 auto &CGOpts = CGM.getCodeGenOpts(); local
637 LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "",
638 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO,
639 CGOpts.DwarfDebugFlags, RuntimeVers, CGOpts.SplitDwarfFile, EmissionKind,
640 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling,
644 CGOpts.DebugNameTable),
645 CGOpts
[all...]
H A DCodeGenModule.cpp876 const auto &CGOpts = CGM.getCodeGenOpts(); local
877 llvm::Reloc::Model RM = CGOpts.RelocationModel;
901 (RM == llvm::Reloc::Static || CGOpts.PIECopyRelocations))
907 if (isa<llvm::Function>(GV) && !CGOpts.NoPLT && RM == llvm::Reloc::Static)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h40 const CodeGenOptions &CGOpts,
46 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1114 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, argument

Completed in 199 milliseconds