HomeSort by relevance Sort by last modified time
    Searched defs:getInt8PtrTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Type.cpp 252 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/include/llvm/Support/
IRBuilder.h 264 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
265 return Type::getInt8PtrTy(Context, AddrSpace);
    [all...]

Completed in 62 milliseconds