Searched refs:addressSpace (Results 1 – 2 of 2) sorted by relevance
38 unsigned addressSpace = in EmitCastToVoidPtr() local42 if (addressSpace) in EmitCastToVoidPtr()43 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace); in EmitCastToVoidPtr()1400 unsigned addressSpace = in EmitStoreThroughBitfieldLValue() local1419 llvm::Type *PTy = AccessLTy->getPointerTo(addressSpace); in EmitStoreThroughBitfieldLValue()
853 unsigned addressSpace = Context.getTargetAddressSpace(ret); in GetFunctionType() local854 argTypes.push_back(llvm::PointerType::get(ty, addressSpace)); in GetFunctionType()