Searched refs:LLVMPointerTypeInContext (Results 1 – 4 of 4) sorted by relevance
575 return LLVMPointerTypeInContext(C, 0); in llvm_pointer_type()580 return LLVMPointerTypeInContext(C, Int_val(AddressSpace)); in llvm_qualified_pointer_type()
142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()
1484 LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace);
839 LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace) { in LLVMPointerTypeInContext() function