Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp51 void skipLeb128();
89 void EhReader::skipLeb128() { in skipLeb128() function in EhReader
148 skipLeb128(); in getAugmentation()
149 skipLeb128(); in getAugmentation()
156 skipLeb128(); in getAugmentation()
169 skipLeb128(); in getFdeEncoding()
186 skipLeb128(); in hasLSDA()
/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.h68 void skipLeb128(size_t *off) const;
H A DEhFrame.cpp88 void EhReader::skipLeb128(size_t *off) const { in skipLeb128() function in EhReader
H A DInputFiles.cpp1251 reader.skipLeb128(&off); // skip code alignment in parseCIE()
1252 reader.skipLeb128(&off); // skip data alignment in parseCIE()
1253 reader.skipLeb128(&off); // skip return address register in parseCIE()
1254 reader.skipLeb128(&off); // skip aug data length in parseCIE()
1457 reader.skipLeb128(&dataOff); in registerEhFrames()