Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp136 uint64_t CuLength = Data.getU64(&Offset); in parseImpl() local
137 CuList.push_back({CuOffset, CuLength}); in parseImpl()