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.c191 (uintptr_t)DstData + signextIfWin64(DstData->BitmapPtr); in __llvm_profile_merge_from_buffer()
222 SrcBitmapStart + ((uintptr_t)SrcData->BitmapPtr - BitmapDelta); in __llvm_profile_merge_from_buffer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1651 auto *BitmapPtr = setupProfileSection(Inc, IPSK_bitmap); in getOrCreateRegionBitmaps() local
1652 PD.RegionBitmaps = BitmapPtr; in getOrCreateRegionBitmaps()
1843 GlobalVariable *BitmapPtr = PD.RegionBitmaps; in createDataVariable() local
1851 if (BitmapPtr != nullptr) in createDataVariable()
1852 RelativeBitmapPtr = ConstantExpr::getPtrToInt(BitmapPtr, IntPtrTy); in createDataVariable()
1860 if (BitmapPtr != nullptr) in createDataVariable()
1862 ConstantExpr::getSub(ConstantExpr::getPtrToInt(BitmapPtr, IntPtrTy), in createDataVariable()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp800 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)