Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp872 StringMap<uint16_t> FullPathMap; in verifyDebugLineRows() local
892 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows()
893 if (It == FullPathMap.end()) in verifyDebugLineRows()
894 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()