Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp434 if (I->getForwardTo(S)) in printExportTable()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1150 std::error_code getForwardTo(StringRef &Result) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1563 std::error_code ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo() function in ExportDirectoryEntryRef