Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp374 uint64_t BlockLength = Data.getULEB128(C); in parse() local
375 StringRef Expression = Data.getBytes(C, BlockLength); in parse()