Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp142 auto BlockLength = Data.getULEB128(Offset); in parse() local
145 Data.getData().slice(*Offset, *Offset + BlockLength), in parse()
149 *Offset += BlockLength; in parse()