Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp133 uint32_t AddrCount = DataSize / HeaderData.AddrSize; in extract() local
134 for (uint32_t I = 0; I < AddrCount; ++I) in extract()