Searched refs:BitmapPtr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingMerge.c | 192 (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 D | InstrProfiling.cpp | 1654 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 D | InstrProfReader.cpp | 767 ptrdiff_t BitmapOffset = swap(Data->BitmapPtr) - BitmapDelta; in readRawBitmapBytes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 81 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr)
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 81 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr)
|