Home
last modified time | relevance | path

Searched refs:i8PTy (Results 1 – 2 of 2) sorted by relevance

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