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.cpp743 uint32_t &InfoSectionOffset = in write() local
760 C.setOffset(InfoSectionOffset); in write()
763 if (std::numeric_limits<uint32_t>::max() - InfoSectionOffset < in write()
766 InfoSectionOffset, InfoSectionOffset + C.getLength32(), in write()
803 InfoSectionOffset += C.getLength32(); in write()
879 C.setOffset(InfoSectionOffset); in write()
880 InfoSectionOffset += C.getLength32(); in write()