Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1185 iterator_range<imported_symbol_iterator> imported_symbols() const;
1216 iterator_range<imported_symbol_iterator> imported_symbols() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp513 for (const ImportedSymbolRef &Entry : DirRef.imported_symbols()) { in printImportTables()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1490 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in ImportDirectoryEntryRef
1552 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in DelayImportDirectoryEntryRef
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1854 printImportedSymbols(I.imported_symbols()); in printCOFFImports()
1873 printDelayImportedSymbols(I, I.imported_symbols()); in printCOFFImports()