Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h904 iterator_range<imported_symbol_iterator> imported_symbols() const;
931 iterator_range<imported_symbol_iterator> imported_symbols() const;
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp369 for (const ImportedSymbolRef &Entry : DirRef.imported_symbols()) { in printImportTables()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1264 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in ImportDirectoryEntryRef
1311 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in DelayImportDirectoryEntryRef
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1425 printImportedSymbols(I.imported_symbols()); in printCOFFImports()
1442 printDelayImportedSymbols(I, I.imported_symbols()); in printCOFFImports()