Home
last modified time | relevance | path

Searched refs:imported_symbols (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1078 iterator_range<imported_symbol_iterator> imported_symbols() const;
1109 iterator_range<imported_symbol_iterator> imported_symbols() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp364 for (const ImportedSymbolRef &Entry : DirRef.imported_symbols()) { in printImportTables()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1350 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() function in ImportDirectoryEntryRef
1412 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1605 printImportedSymbols(I.imported_symbols()); in printCOFFImports()
1622 printDelayImportedSymbols(I, I.imported_symbols()); in printCOFFImports()