Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h53 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
54 sys::path::append(ResolvedPath, FileName); in resolve()
55 return StringPool.internString(ResolvedPath); in resolve()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp211 StringRef ResolvedPath = PathResolver.resolve(FileName, StringPool); in getResolvedPath() local
213 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()
H A DDWARFLinker.cpp213 SmallString<128> ResolvedPath; in analyzeImportedModule() local
215 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule()
216 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
217 if (!Entry.empty() && Entry != ResolvedPath) in analyzeImportedModule()
221 Entry = std::string(ResolvedPath); in analyzeImportedModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp223 SmallString<256> ResolvedPath(ParentIt->second->first()); in getFileName() local
224 sys::path::append(ResolvedPath, FileName); in getFileName()
228 FileIdx, GlobalStrings.insert(ResolvedPath).first)) in getFileName()
285 SmallString<128> ResolvedPath; in analyzeImportedModule() local
288 ResolvedPath, in analyzeImportedModule()
290 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
291 if (!Entry.empty() && Entry != ResolvedPath) { in analyzeImportedModule()
297 Entry = std::string(ResolvedPath); in analyzeImportedModule()