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.cpp1638 auto *BitmapTy = ArrayType::get(Type::getInt8Ty(M.getContext()), NumBytes); in createRegionBitmaps() local
1639 auto GV = new GlobalVariable(M, BitmapTy, false, Linkage, in createRegionBitmaps()
1640 Constant::getNullValue(BitmapTy), Name); in createRegionBitmaps()