Searched refs:ResolvedPath (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerDeclContext.h | 53 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 D | DWARFLinkerDeclContext.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 220 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 D | DWARFLinker.cpp | 224 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 D | ASTReader.cpp | 2912 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()
|