Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp142 return LLVMPointerTypeInContext(Ctx, LLVMGetPointerAddressSpace(Src)); in Clone()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1472 LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp838 LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace) { in LLVMPointerTypeInContext() function