Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp48 void skipBytes(size_t count);
70 void EhReader::skipBytes(size_t count) { in skipBytes() function in EhReader
143 skipBytes(8); in getAugmentation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.h137 iterator skipBytes(uint64_t Add) const { in skipBytes() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp202 DWARFExpression::iterator SubExprEnd = I.skipBytes(SubExprLength); in printCompactDWARFExpr()