Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h53 SmallString<256> ResolvedPath(It->second); in resolve()
54 sys::path::append(ResolvedPath, FileName); in resolve()
55 return StringPool.internString(ResolvedPath); in resolve()
/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.cpp224 SmallString<128> ResolvedPath; in analyzeImportedModule()
226 resolveRelativeObjectPath(ResolvedPath, CUDie);
227 sys::path::append(ResolvedPath, Path);
228 if (!Entry.empty() && Entry != ResolvedPath)
232 Entry = std::string(ResolvedPath);
216 SmallString<128> ResolvedPath; analyzeImportedModule() local
/llvm-project/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp130 llvm::StringRef ResolvedPath = in generateMissingIncludeDiagnostics() local
132 if (isIgnored(ResolvedPath, IgnoreHeaders)) { in generateMissingIncludeDiagnostics()
135 ResolvedPath); in generateMissingIncludeDiagnostics()
/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()
287 SmallString<128> ResolvedPath; in analyzeImportedModule() local
290 ResolvedPath, in analyzeImportedModule()
292 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
293 if (!Entry.empty() && Entry != ResolvedPath) { in analyzeImportedModule()
299 Entry = std::string(ResolvedPath); in analyzeImportedModule()