Home
last modified time | relevance | path

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

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