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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h47 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]);
48 sys::path::append(ResolvedPath, FileName);
49 return StringPool.internString(ResolvedPath);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp139 StringRef ResolvedPath = U.getResolvedPath(FileNum); local
140 if (!ResolvedPath.empty()) {
141 FileRef = ResolvedPath;
H A DDWARFLinker.cpp232 SmallString<128> ResolvedPath; local
234 resolveRelativeObjectPath(ResolvedPath, CUDie);
235 sys::path::append(ResolvedPath, Path);
236 if (!Entry.empty() && Entry != ResolvedPath)
241 Entry = std::string(ResolvedPath.str());

Completed in 107 milliseconds