Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/
H A DFileArchive.cpp145 std::string memberPath = (_archive->getFileName() + "(" in instantiateMember() local
149 llvm::errs() << memberPath << "\n"; in instantiateMember()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DFile.h84 StringRef memberPath() const { return _path; } in memberPath() function