Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h46 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
47 sys::path::append(ResolvedPath, FileName); in resolve()
48 return StringPool.internString(ResolvedPath); in resolve()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h51 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
52 sys::path::append(ResolvedPath, FileName); in resolve()
53 return StringPool.internString(ResolvedPath); in resolve()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp135 StringRef ResolvedPath = U.getResolvedPath(FileNum); in getChildDeclContext() local
136 if (!ResolvedPath.empty()) { in getChildDeclContext()
137 FileRef = ResolvedPath; in getChildDeclContext()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp208 StringRef ResolvedPath = PathResolver.resolve(FileName, StringPool); in getResolvedPath() local
210 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()
DDWARFLinker.cpp236 SmallString<128> ResolvedPath; in analyzeImportedModule() local
238 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule()
239 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()
240 if (!Entry.empty() && Entry != ResolvedPath) in analyzeImportedModule()
244 Entry = std::string(ResolvedPath.str()); in analyzeImportedModule()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1644 StringRef ResolvedPath = U.getResolvedPath(FileNum); in getChildDeclContext() local
1645 if (!ResolvedPath.empty()) { in getChildDeclContext()
1646 FileRef = ResolvedPath; in getChildDeclContext()