Lines Matching defs:CGOpts
152 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
178 const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper()
188 const CodeGenOptions &CGOpts; member in __anoncdf3490f0111::PassManagerBuilderWrapper
219 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
243 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass() local
254 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC()
285 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses() local
311 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addHWAddressSanitizerPasses() local
328 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addGeneralOptsForMemorySanitizer() local
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()