Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c173 (char *)((uintptr_t)DstData + signextIfWin64(DstData->BitmapPtr)); in __llvm_profile_merge_from_buffer()
204 SrcBitmapStart + ((uintptr_t)SrcData->BitmapPtr - BitmapDelta); in __llvm_profile_merge_from_buffer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1314 auto *BitmapPtr = setupProfileSection(Inc, IPSK_bitmap); in getOrCreateRegionBitmaps() local
1315 PD.RegionBitmaps = BitmapPtr; in getOrCreateRegionBitmaps()
1502 GlobalVariable *BitmapPtr = PD.RegionBitmaps; in createDataVariable() local
1510 if (BitmapPtr != nullptr) in createDataVariable()
1511 RelativeBitmapPtr = ConstantExpr::getPtrToInt(BitmapPtr, IntPtrTy); in createDataVariable()
1519 if (BitmapPtr != nullptr) in createDataVariable()
1521 ConstantExpr::getSub(ConstantExpr::getPtrToInt(BitmapPtr, IntPtrTy), in createDataVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp728 ptrdiff_t BitmapOffset = swap(Data->BitmapPtr) - BitmapDelta; in readRawBitmapBytes()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc79 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc79 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr)