Searched refs:funcPass (Results 1 – 1 of 1) sorted by relevance
308 llvm::MachineFunctionPass* funcPass = in addCompilerPasses() local311 if (funcPass == 0) in addCompilerPasses()315 pPM.add(funcPass); in addCompilerPasses()346 MachineFunctionPass *funcPass = getTarget().get()->createAsmPrinter(getTM(), in addAssemblerPasses() local348 if (funcPass == 0) in addAssemblerPasses()352 pPM.add(funcPass); in addAssemblerPasses()375 MachineFunctionPass* funcPass = getTarget().createMCLinker(m_Triple, in addLinkerPasses() local379 if (NULL == funcPass) in addLinkerPasses()382 pPM.add(funcPass); in addLinkerPasses()