Searched refs:LLVMGetPointerAddressSpace (Results 1 – 15 of 15) sorted by relevance
137 LLVMGetPointerAddressSpace(Src) in Clone()
138 LLVMGetPointerAddressSpace(Src) in Clone()
430 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
1123 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
1296 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
438 addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in get_memory_ptr()
370 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
557 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
474 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
369 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
619 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
652 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
750 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
2143 int addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in cast_ptr()