Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h154 using ResolvedPathsMap = DenseMap<std::pair<unsigned, unsigned>, StringRef>; variable
155 ResolvedPathsMap ResolvedPaths;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp197 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()