Lines Matching refs:CodeGenOptions
102 const CodeGenOptions &CodeGenOpts;
150 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
176 const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper()
181 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts()
186 const CodeGenOptions &CGOpts;
217 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
241 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass()
252 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC()
283 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses()
307 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addHWAddressSanitizerPasses()
324 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addGeneralOptsForMemorySanitizer()
368 const CodeGenOptions &CodeGenOpts) { in createTLII()
372 case CodeGenOptions::Accelerate: in createTLII()
375 case CodeGenOptions::LIBMVEC: in createTLII()
385 case CodeGenOptions::MASSV: in createTLII()
388 case CodeGenOptions::SVML: in createTLII()
397 static void addSymbolRewriterPass(const CodeGenOptions &Opts, in addSymbolRewriterPass()
408 static CodeGenOpt::Level getCGOptLevel(const CodeGenOptions &CodeGenOpts) { in getCGOptLevel()
424 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel()
452 const CodeGenOptions &CodeGenOpts, in initTargetOptions()
588 static Optional<GCOVOptions> getGCOVOptions(const CodeGenOptions &CodeGenOpts, in getGCOVOptions()
606 getInstrProfOptions(const CodeGenOptions &CodeGenOpts, in getInstrProfOptions()
838 static void setCommandLineOpts(const CodeGenOptions &CodeGenOpts) { in setCommandLineOpts()
1026 static PassBuilder::OptimizationLevel mapToLevel(const CodeGenOptions &Opts) { in mapToLevel()
1424 const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, in runThinLTOBackend()
1527 const CodeGenOptions &CGOpts, in EmitBackendOutput()
1595 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode()
1597 if (CGOpts.getEmbedBitcode() == CodeGenOptions::Embed_Off) in EmbedBitcode()
1600 *M, Buf, CGOpts.getEmbedBitcode() != CodeGenOptions::Embed_Marker, in EmbedBitcode()
1601 CGOpts.getEmbedBitcode() != CodeGenOptions::Embed_Bitcode, in EmbedBitcode()