Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.h63 void skipValidLength(size_t *off) const;
H A DEhFrame.cpp39 void EhReader::skipValidLength(size_t *off) const { in skipValidLength() function in EhReader
H A DInputFiles.cpp1410 reader.skipValidLength(&dataOff); // readLength() already validated this. in registerEhFrames()