Home
last modified time | relevance | path

Searched refs:PreviousOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_segmented_array.h117 auto PreviousOffset = Offset--; variable
118 if (PreviousOffset != Size && PreviousOffset % ElementsPerSegment == 0) {
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp859 uint32_t PreviousOffset = 0; in computeNewOffsets() local
910 CUMap[PreviousOffset].Length += PreviousChangeInSize; in computeNewOffsets()
912 PreviousOffset = CUOffset; in computeNewOffsets()
922 CUMap[PreviousOffset].Length += PreviousChangeInSize; in computeNewOffsets()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp935 uint32_t PreviousOffset = 0; in parseRelocSection() local
941 if (Reloc.Offset < PreviousOffset) in parseRelocSection()
944 PreviousOffset = Reloc.Offset; in parseRelocSection()