Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp38 unsigned addressSpace = in EmitCastToVoidPtr() local
42 if (addressSpace) in EmitCastToVoidPtr()
43 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace); in EmitCastToVoidPtr()
1400 unsigned addressSpace = in EmitStoreThroughBitfieldLValue() local
1419 llvm::Type *PTy = AccessLTy->getPointerTo(addressSpace); in EmitStoreThroughBitfieldLValue()
DCGCall.cpp853 unsigned addressSpace = Context.getTargetAddressSpace(ret); in GetFunctionType() local
854 argTypes.push_back(llvm::PointerType::get(ty, addressSpace)); in GetFunctionType()