Searched refs:createPPCAsmBackend (Results 1 – 3 of 3) sorted by relevance
47 TargetRegistry::RegisterAsmBackend(ThePPC32Target, createPPCAsmBackend); in LLVMInitializePowerPCTarget()48 TargetRegistry::RegisterAsmBackend(ThePPC64Target, createPPCAsmBackend); in LLVMInitializePowerPCTarget()
47 TargetAsmBackend *createPPCAsmBackend(const Target &, const std::string &);
117 TargetAsmBackend *llvm::createPPCAsmBackend(const Target &T, in createPPCAsmBackend() function in llvm