Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h156 using ResolvedPathsMap = DenseMap<std::pair<unsigned, unsigned>, StringRef>; variable
157 ResolvedPathsMap ResolvedPaths;
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp200 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h685 using ResolvedPathsMap = DenseMap<unsigned, StringEntry *>; variable
686 ResolvedPathsMap ResolvedFullPaths;
H A DDWARFLinkerCompileUnit.cpp194 ResolvedPathsMap::const_iterator It = ResolvedFullPaths.find(FileIdx); in getFileName()