Searched defs:getInt8PtrTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DType.cpp278 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { function in class:Type
/external/llvm/include/llvm/IR/
H A DIRBuilder.h351 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) { function in class:llvm::IRBuilderBase
352 return Type::getInt8PtrTy(Context, AddrSpace);

Completed in 146 milliseconds