Lines Matching refs:CodeGenOptions

104   const CodeGenOptions &CodeGenOpts;
152 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
178 const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper()
183 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts()
188 const CodeGenOptions &CGOpts;
219 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
243 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass()
254 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC()
285 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses()
311 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addHWAddressSanitizerPasses()
328 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addGeneralOptsForMemorySanitizer()
382 const CodeGenOptions &CodeGenOpts) { in createTLII()
386 case CodeGenOptions::Accelerate: in createTLII()
389 case CodeGenOptions::LIBMVEC: in createTLII()
399 case CodeGenOptions::MASSV: in createTLII()
402 case CodeGenOptions::SVML: in createTLII()
405 case CodeGenOptions::Darwin_libsystem_m: in createTLII()
415 static void addSymbolRewriterPass(const CodeGenOptions &Opts, in addSymbolRewriterPass()
426 static CodeGenOpt::Level getCGOptLevel(const CodeGenOptions &CodeGenOpts) { in getCGOptLevel()
442 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel()
470 const CodeGenOptions &CodeGenOpts, in initTargetOptions()
603 static Optional<GCOVOptions> getGCOVOptions(const CodeGenOptions &CodeGenOpts, in getGCOVOptions()
621 getInstrProfOptions(const CodeGenOptions &CodeGenOpts, in getInstrProfOptions()
861 static void setCommandLineOpts(const CodeGenOptions &CodeGenOpts) { in setCommandLineOpts()
1066 static PassBuilder::OptimizationLevel mapToLevel(const CodeGenOptions &Opts) { in mapToLevel()
1098 const CodeGenOptions &CodeGenOpts, in addSanitizers()
1504 const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, in runThinLTOBackend()
1604 const CodeGenOptions &CGOpts, in EmitBackendOutput()
1672 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode()
1674 if (CGOpts.getEmbedBitcode() == CodeGenOptions::Embed_Off) in EmbedBitcode()
1677 *M, Buf, CGOpts.getEmbedBitcode() != CodeGenOptions::Embed_Marker, in EmbedBitcode()
1678 CGOpts.getEmbedBitcode() != CodeGenOptions::Embed_Bitcode, in EmbedBitcode()