Searched refs:LLVMGetPointerAddressSpace (Results 1 – 5 of 5) sorted by relevance
142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()145 LLVMGetPointerAddressSpace(Src)); in Clone()1063 unsigned AddrSpace = LLVMGetPointerAddressSpace(PtrType); in declare_symbols()
1481 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
596 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
690 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
828 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function