Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRnglists.cpp35 uint64_t PreviousOffset = *OffsetPtr - 1; in extract() local
42 PreviousOffset); in extract()
51 uint64_t PreviousOffset = *OffsetPtr - 1; in extract() local
59 PreviousOffset); in extract()
63 uint64_t PreviousOffset = *OffsetPtr - 1; in extract() local
70 PreviousOffset); in extract()
94 uint64_t PreviousOffset = *OffsetPtr - 1; in extract() local
101 PreviousOffset); in extract()
/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp925 int PreviousOffset = Offsets.back().Offset; in computeSkippedRanges() local
926 Range.push_back({PreviousOffset, T.Offset - PreviousOffset}); in computeSkippedRanges()
934 int PreviousOffset = Offsets.back().Offset; in computeSkippedRanges() local
935 Range.push_back({PreviousOffset, T.Offset - PreviousOffset}); in computeSkippedRanges()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_segmented_array.h117 auto PreviousOffset = Offset--; variable
118 if (PreviousOffset != Size && PreviousOffset % ElementsPerSegment == 0) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp758 uint32_t PreviousOffset = 0; in parseRelocSection() local
763 if (Reloc.Offset < PreviousOffset) in parseRelocSection()
766 PreviousOffset = Reloc.Offset; in parseRelocSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp842 uint32_t PreviousOffset = 0; in parseRelocSection() local
847 if (Reloc.Offset < PreviousOffset) in parseRelocSection()
850 PreviousOffset = Reloc.Offset; in parseRelocSection()