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

/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp502 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(Context); local
505 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);
509 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size());
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp315 Type *i8PTy = Type::getInt8PtrTy(M->getContext()); local
319 ConstantExpr::getBitCast(cast<llvm::Constant>(Value), i8PTy));
322 ArrayType *ATy = ArrayType::get(i8PTy, MergedVars.size());

Completed in 99 milliseconds