Home
last modified time | relevance | path

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

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