Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp431 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(Context); in applyScopeRestrictions() local
434 Constant *c = ConstantExpr::getBitCast(GV, i8PTy); in applyScopeRestrictions()
438 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp447 Type *i8PTy = Type::getInt8PtrTy(M->getContext()); in emitUses() local
451 ConstantExpr::getBitCast(cast<Constant>(Value), i8PTy)); in emitUses()
454 ArrayType *ATy = ArrayType::get(i8PTy, MergedVars.size()); in emitUses()