Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp211 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
234 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
258 getSanitizerBinaryMetadataOptions(const CodeGenOptions &CGOpts) { in getSanitizerBinaryMetadataOptions()
270 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC()
1191 const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, in runThinLTOBackend()
1295 const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, in EmitBackendOutput()
1358 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode()
1368 void clang::EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedObject()
H A DCGLoopInfo.cpp606 const clang::CodeGenOptions &CGOpts, in push()
H A DCodeGenAction.cpp67 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
H A DCodeGenFunction.cpp62 static bool shouldEmitLifetimeMarkers(const CodeGenOptions &CGOpts, in shouldEmitLifetimeMarkers()
H A DCodeGenModule.cpp1639 const auto &CGOpts = CGM.getCodeGenOpts(); in shouldAssumeDSOLocal() local
H A DCGDebugInfo.cpp634 auto &CGOpts = CGM.getCodeGenOpts(); in CreateCompileUnit() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp159 CodeGenOptions &CGOpts) { in resetBenignCodeGenOptions()