Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp162 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runOnModule() local
166 CallInst::Create(VoidVoid, Dtor, "", BB); in runOnModule()
170 VoidVoid, Function::PrivateLinkage, in runOnModule()