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

/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp417 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(Context); local
420 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);
424 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size());

Completed in 149 milliseconds