Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp942 StringRef ImportFileTable = ImportFilesOrError.get(); in printNeededLibraries() local
943 const char *CurrentStr = ImportFileTable.data(); in printNeededLibraries()
944 const char *TableEnd = ImportFileTable.end(); in printNeededLibraries()
962 CurrentStr = ImportFileTable.data(); in printNeededLibraries()