Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h707 Expected<StringRef> getImportFileTable() const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp937 auto ImportFilesOrError = Obj.getImportFileTable(); in printNeededLibraries()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1096 Expected<StringRef> XCOFFObjectFile::getImportFileTable() const { in getImportFileTable() function in llvm::object::XCOFFObjectFile