Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h43 if (!ResolvedPaths.count(ParentPath)) { in resolve()
46 ResolvedPaths.insert( in resolve()
51 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
57 StringMap<std::string> ResolvedPaths;
155 ResolvedPathsMap ResolvedPaths; variable
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp197 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()
198 if (It == ResolvedPaths.end()) { in getResolvedPath()
210 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()