Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DFile.h81 void setArchivePath(StringRef path) { _archivePath = std::string(path); } in setArchivePath() function
/external/llvm-project/lld/lib/ReaderWriter/
DFileArchive.cpp160 result->setArchivePath(_archive->getFileName()); in instantiateMember()