Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h971 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c369 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/external/llvm/lib/IR/
DCore.cpp409 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function