Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DFile.h73 if (_archiveMemberPath.empty()) in path()
74 _archiveMemberPath = (_archivePath + "(" + _path + ")").str(); in path()
75 return _archiveMemberPath; in path()
233 mutable std::string _archiveMemberPath; variable