Home
last modified time | relevance | path

Searched refs:EmitAssemblyHelper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp140 class EmitAssemblyHelper { class
213 EmitAssemblyHelper(CompilerInstance &CI, CodeGenOptions &CGOpts, in EmitAssemblyHelper() function in __anon3496e3440111::EmitAssemblyHelper
221 ~EmitAssemblyHelper() { in ~EmitAssemblyHelper()
590 void EmitAssemblyHelper::CreateTargetMachine(bool MustCreateTM) { in CreateTargetMachine()
619 bool EmitAssemblyHelper::AddEmitPasses(legacy::PassManager &CodeGenPasses, in AddEmitPasses()
830 void EmitAssemblyHelper::RunOptimizationPipeline( in RunOptimizationPipeline()
1216 void EmitAssemblyHelper::RunCodegenPipeline( in RunCodegenPipeline()
1266 void EmitAssemblyHelper::emitAssembly(BackendAction Action, in emitAssembly()
1448 EmitAssemblyHelper AsmHelper(CI, CGOpts, M, VFS); in emitBackendOutput()