HomeSort by relevance Sort by last modified time
    Searched refs:i8PTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 124 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(TheModule.getContext());
128 ConstantExpr::getBitCast(const_cast<GlobalValue *>(GV), i8PTy);
140 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, UsedValuesList.size());
LTOCodeGenerator.cpp 374 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(TheModule.getContext());
391 UsedValuesSet.insert(ConstantExpr::getBitCast(&GV, i8PTy));
403 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, UsedValuesSet.size());
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 336 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);
341 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);
345 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size());
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 588 Type *i8PTy = Type::getInt8PtrTy(M->getContext());
592 ConstantExpr::getBitCast(cast<Constant>(Value), i8PTy));
595 ArrayType *ATy = ArrayType::get(i8PTy, MergedVars.size());

Completed in 1347 milliseconds