Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp120 uint32_t CuListSize = (CuTypesOffset - CuListOffset) / 16; in parseImpl() local
121 CuList.reserve(CuListSize); in parseImpl()
122 for (uint32_t i = 0; i < CuListSize; ++i) { in parseImpl()