Searched refs:SetObjTypeParams (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp84 llvm::SmallVector<llvm::Type*, 2> SetObjTypeParams; variable
88 SetObjTypeParams.push_back(rsAllocationType->getPointerTo());
89 SetObjTypeParams.push_back(rsAllocationType->getPointerTo());
90 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
92 SetObjTypeParams.clear();
94 SetObjTypeParams.push_back(rsElementType->getPointerTo());
95 SetObjTypeParams.push_back(rsElementType->getPointerTo());
96 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
98 SetObjTypeParams.clear();
100 SetObjTypeParams
[all...]

Completed in 69 milliseconds