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/
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/
DCore.h1493 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c595 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp829 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function