Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()
145 LLVMGetPointerAddressSpace(Src)); in Clone()
1065 unsigned AddrSpace = LLVMGetPointerAddressSpace(PtrType); in declare_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1493 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c595 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp829 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function