Home
last modified time | relevance | path

Searched defs:CGOpts (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp152 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()
[all …]
H A DCGLoopInfo.cpp596 const clang::CodeGenOptions &CGOpts, in push()
H A DCodeGenAction.cpp57 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
H A DCodeGenFunction.cpp53 static bool shouldEmitLifetimeMarkers(const CodeGenOptions &CGOpts, in shouldEmitLifetimeMarkers()
H A DCodeGenModule.cpp1013 const auto &CGOpts = CGM.getCodeGenOpts(); in shouldAssumeDSOLocal() local
H A DCGDebugInfo.cpp615 auto &CGOpts = CGM.getCodeGenOpts(); in CreateCompileUnit() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1162 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()