Searched refs:LLVMGetPointerAddressSpace (Results 1 – 4 of 4) sorted by relevance
142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()145 LLVMGetPointerAddressSpace(Src)); in Clone()1065 unsigned AddrSpace = LLVMGetPointerAddressSpace(PtrType); in declare_symbols()
1493 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
595 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
829 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function