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

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

Completed in 74 milliseconds