Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp740 uint32_t &InfoSectionOffset = in write() local
757 C.setOffset(InfoSectionOffset); in write()
760 if (std::numeric_limits<uint32_t>::max() - InfoSectionOffset < in write()
763 InfoSectionOffset, InfoSectionOffset + C.getLength32(), in write()
800 InfoSectionOffset += C.getLength32(); in write()
876 C.setOffset(InfoSectionOffset); in write()
877 InfoSectionOffset += C.getLength32(); in write()