Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp599 StringMap<uint16_t> FullPathMap; in verifyDebugLineRows() local
619 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows()
620 if (It == FullPathMap.end()) in verifyDebugLineRows()
621 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()