Home
last modified time | relevance | path

Searched refs:LLVMGetPointerAddressSpace (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()
145 LLVMGetPointerAddressSpace(Src)); in Clone()
1063 unsigned AddrSpace = LLVMGetPointerAddressSpace(PtrType); in declare_symbols()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1481 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c596 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go690 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp828 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function