Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp666 StringRef ImportFileTable = ImportFilesOrError.get(); in printNeededLibraries() local
667 const char *CurrentStr = ImportFileTable.data(); in printNeededLibraries()
668 const char *TableEnd = ImportFileTable.end(); in printNeededLibraries()
686 CurrentStr = ImportFileTable.data(); in printNeededLibraries()