Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h42 if (!ResolvedPaths.count(ParentPath)) { in resolve()
45 ResolvedPaths.insert( in resolve()
50 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
56 StringMap<std::string> ResolvedPaths;
149 ResolvedPathsMap ResolvedPaths; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp196 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()
197 if (It == ResolvedPaths.end()) { in getResolvedPath()
209 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()