Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp220 SmallString<256> ResolvedPath(ParentIt->second->first()); in getFileName() local
221 sys::path::append(ResolvedPath, FileName); in getFileName()
225 FileIdx, GlobalStrings.insert(ResolvedPath).first)) in getFileName()
284 SmallString<128> ResolvedPath; in analyzeImportedModule() local
287 ResolvedPath, in analyzeImportedModule()
289 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
290 if (!Entry.empty() && Entry != ResolvedPath) { in analyzeImportedModule()
296 Entry = std::string(ResolvedPath); in analyzeImportedModule()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp224 SmallString<128> ResolvedPath; in analyzeImportedModule() local
226 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule()
227 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
228 if (!Entry.empty() && Entry != ResolvedPath) in analyzeImportedModule()
232 Entry = std::string(ResolvedPath); in analyzeImportedModule()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2912 StringRef ResolvedPath{Buf.data(), Buf.size()}; in ResolveImportedPath() local
2913 return {ResolvedPath, Buf}; in ResolveImportedPath()
2925 auto ResolvedPath = ResolveImportedPath(Buf, P, Prefix); in ResolveImportedPathAndAllocate() local
2926 return ResolvedPath->str(); in ResolveImportedPathAndAllocate()