Searched refs:SetObjType (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSInvokeHelperPass.cpp | 73 llvm::FunctionType * SetObjType = nullptr; in doInitialization() local 90 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization() 91 rsAllocationSetObj = M.getOrInsertFunction("_Z11rsSetObjectP13rs_allocationS_", SetObjType); in doInitialization() 96 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization() 97 rsElementSetObj = M.getOrInsertFunction("_Z11rsSetObjectP10rs_elementS_", SetObjType); in doInitialization() 102 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization() 103 rsSamplerSetObj = M.getOrInsertFunction("_Z11rsSetObjectP10rs_samplerS_", SetObjType); in doInitialization() 108 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization() 109 rsScriptSetObj = M.getOrInsertFunction("_Z11rsSetObjectP9rs_scriptS_", SetObjType); in doInitialization() 114 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization() [all …]
|