Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_segmented_array.h116 auto PreviousOffset = Offset--; variable
117 if (PreviousOffset != Size && PreviousOffset % ElementsPerSegment == 0) {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOLayoutBuilder.cpp268 uint64_t PreviousOffset = Offset; in layoutTail() local
270 return PreviousOffset; in layoutTail()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1032 uint32_t PreviousOffset = 0; in parseRelocSection() local
1038 if (Reloc.Offset < PreviousOffset) in parseRelocSection()
1048 PreviousOffset = Reloc.Offset; in parseRelocSection()