Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c192 (char *)((uintptr_t)DstData + signextIfWin64(DstData->BitmapPtr)); in __llvm_profile_merge_from_buffer()
223 SrcBitmapStart + ((uintptr_t)SrcData->BitmapPtr - BitmapDelta); in __llvm_profile_merge_from_buffer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1654 auto *BitmapPtr = setupProfileSection(Inc, IPSK_bitmap); in getOrCreateRegionBitmaps() local
1655 PD.RegionBitmaps = BitmapPtr; in getOrCreateRegionBitmaps()
1841 GlobalVariable *BitmapPtr = PD.RegionBitmaps; in createDataVariable() local
1849 if (BitmapPtr != nullptr) in createDataVariable()
1850 RelativeBitmapPtr = ConstantExpr::getPtrToInt(BitmapPtr, IntPtrTy); in createDataVariable()
1858 if (BitmapPtr != nullptr) in createDataVariable()
1860 ConstantExpr::getSub(ConstantExpr::getPtrToInt(BitmapPtr, IntPtrTy), in createDataVariable()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp767 ptrdiff_t BitmapOffset = swap(Data->BitmapPtr) - BitmapDelta; in readRawBitmapBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc81 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr)
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc81 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr)