Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp565 if (I->getDllName(DllName)) in printExportTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1299 LLVM_ABI Error getDllName(StringRef &Result) const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1511 checkError(exp.getDllName(dllName)); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1738 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName() function in ExportDirectoryEntryRef