Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h45 if (!ResolvedPaths.count(ParentPath)) { in resolve()
48 ResolvedPaths.insert( in resolve()
53 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
59 StringMap<std::string> ResolvedPaths;
157 ResolvedPathsMap ResolvedPaths; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp200 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()
201 if (It == ResolvedPaths.end()) { in getResolvedPath()
213 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()