Searched refs:OldOffset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp41 uint64_t OldOffset = *Offset; local
95 *Offset = OldOffset;
H A DDWARFDebugLine.cpp1144 uint64_t OldOffset = Offset; local
1149 moveToNextTable(OldOffset, LT.Prologue);
1158 uint64_t OldOffset = Offset; local
1162 moveToNextTable(OldOffset, LT.Prologue);
1174 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, argument
1184 Offset = OldOffset + P.TotalLength + P.sizeofTotalLength();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp296 int64_t OldOffset = Offset; local
299 Offset = OldOffset & Mask;
307 int64_t HighOffset = OldOffset - Offset;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp91 auto OldOffset = Data.getU32(&Offset); local
92 auto NewOffset = OffsetRemapping[OldOffset];
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h359 void moveToNextTable(uint64_t OldOffset, const Prologue &P);

Completed in 89 milliseconds