Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp140 LLVMGetPointerAddressSpace(Src) in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1450 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c596 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go690 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp813 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function