Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h51 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
52 sys::path::append(ResolvedPath, FileName); in resolve()
53 return StringPool.internString(ResolvedPath); in resolve()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp208 StringRef ResolvedPath = PathResolver.resolve(FileName, StringPool); in getResolvedPath() local
210 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()
H A DDWARFLinker.cpp236 SmallString<128> ResolvedPath; in analyzeImportedModule() local
238 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule()
239 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
240 if (!Entry.empty() && Entry != ResolvedPath) in analyzeImportedModule()
244 Entry = std::string(ResolvedPath.str()); in analyzeImportedModule()