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

  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 200 llvm::ArrayType *SizeArrayTy = llvm::ArrayType::get(SizeTy, NumGlobals);
234 V = M.getOrInsertGlobal(kRsGlobalSizes, SizeArrayTy);
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 341 auto *SizeArrayTy = ArrayType::get(Int32Ty, StructTy->getNumElements());
342 Size = new GlobalVariable(M, SizeArrayTy, true,
362 Size->setInitializer(ConstantArray::get(SizeArrayTy, SizeVec));
    [all...]

Completed in 624 milliseconds