Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyLowerGlobalDtors.cpp146 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runOnModule() local
150 CallInst::Create(VoidVoid, Dtor, "", BB); in runOnModule()
154 VoidVoid, Function::PrivateLinkage, in runOnModule()