Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h148 using ResolvedPathsMap = DenseMap<std::pair<unsigned, unsigned>, StringRef>; variable
149 ResolvedPathsMap ResolvedPaths;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp196 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()