Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1635 auto *BitmapTy = ArrayType::get(Type::getInt8Ty(M.getContext()), NumBytes); in createRegionBitmaps() local
1636 auto GV = new GlobalVariable(M, BitmapTy, false, Linkage, in createRegionBitmaps()
1637 Constant::getNullValue(BitmapTy), Name); in createRegionBitmaps()