Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h685 using ResolvedPathsMap = DenseMap<unsigned, StringEntry *>; variable
686 ResolvedPathsMap ResolvedFullPaths;
H A DDWARFLinkerCompileUnit.cpp191 ResolvedPathsMap::const_iterator It = ResolvedFullPaths.find(FileIdx); in getFileName()