Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h117 auto PreviousOffset = Offset--; variable
118 if (PreviousOffset != Size && PreviousOffset % ElementsPerSegment == 0) {
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp268 uint64_t PreviousOffset = Offset; in layoutTail() local
270 return PreviousOffset; in layoutTail()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp950 uint32_t PreviousOffset = 0; in parseRelocSection() local
956 if (Reloc.Offset < PreviousOffset) in parseRelocSection()
959 PreviousOffset = Reloc.Offset; in parseRelocSection()