Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DCOFF.h1126 iterator_range<imported_symbol_iterator> imported_symbols() const;
1157 iterator_range<imported_symbol_iterator> imported_symbols() const;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp370 for (const ImportedSymbolRef &Entry : DirRef.imported_symbols()) { in printImportTables()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp1396 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in ImportDirectoryEntryRef
1457 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in DelayImportDirectoryEntryRef
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1704 printImportedSymbols(I.imported_symbols()); in printCOFFImports()
1723 printDelayImportedSymbols(I, I.imported_symbols()); in printCOFFImports()