Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(M.getContext()); in runOnModule() local
148 GVAddresses.push_back(llvm::ConstantExpr::getBitCast(&GV, VoidPtrTy)); in runOnModule()
181 GVNames.push_back(llvm::ConstantExpr::getBitCast(VarAsStr, VoidPtrTy)); in runOnModule()
197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy, in runOnModule()
DRSKernelExpand.cpp191 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); in isStepOptSupported() local
197 if (AllocType == VoidPtrTy) { in isStepOptSupported()
206 if (VoidPtrTy->getPrimitiveSizeInBits() == 32) { in isStepOptSupported()
260 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); in buildTypes() local
320 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr in buildTypes()