Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c575 return LLVMPointerTypeInContext(C, 0); in llvm_pointer_type()
580 return LLVMPointerTypeInContext(C, Int_val(AddressSpace)); in llvm_qualified_pointer_type()
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1484 LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp839 LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace) { in LLVMPointerTypeInContext() function