Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp36 class EhReader { class
67 size_t EhReader::readEhRecordSize() { in readEhRecordSize()
84 uint8_t EhReader::readByte() { in readByte()
92 void EhReader::skipBytes(size_t count) { in skipBytes()
99 StringRef EhReader::readString() { in readString()
112 void EhReader::skipLeb128() { in skipLeb128()
141 void EhReader::skipAugP() { in skipAugP()
158 return EhReader(p.sec, p.data()).hasLSDA(); in hasLSDA()
161 StringRef EhReader::getAugmentation() { in getAugmentation()
183 uint8_t EhReader::getFdeEncoding() { in getFdeEncoding()
[all …]