Home
last modified time | relevance | path

Searched refs:ResolvedPath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h50 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
51 sys::path::append(ResolvedPath, FileName); in resolve()
52 return StringPool.internString(ResolvedPath); in resolve()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp207 StringRef ResolvedPath = PathResolver.resolve(FileName, StringPool); in getResolvedPath() local
209 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()
H A DDWARFLinker.cpp231 SmallString<128> ResolvedPath; in analyzeImportedModule() local
233 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule()
234 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
235 if (!Entry.empty() && Entry != ResolvedPath) in analyzeImportedModule()
240 Entry = std::string(ResolvedPath.str()); in analyzeImportedModule()