Searched refs:DelayImportDirectoryEntryRef (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 789 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin() 795 DelayImportDirectoryEntryRef( in delay_import_directory_end() 1289 bool DelayImportDirectoryEntryRef:: 1290 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==() 1294 void DelayImportDirectoryEntryRef::moveNext() { in moveNext() 1299 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin() 1305 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end() 1311 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() 1315 std::error_code DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName() 1323 std::error_code DelayImportDirectoryEntryRef:: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 834 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin() 840 DelayImportDirectoryEntryRef( in delay_import_directory_end() 1390 bool DelayImportDirectoryEntryRef:: 1391 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==() 1395 void DelayImportDirectoryEntryRef::moveNext() { in moveNext() 1400 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin() 1406 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end() 1412 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols() 1416 std::error_code DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName() 1424 std::error_code DelayImportDirectoryEntryRef:: [all …]
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 28 class DelayImportDirectoryEntryRef; variable 33 typedef content_iterator<DelayImportDirectoryEntryRef> 919 class DelayImportDirectoryEntryRef { 921 DelayImportDirectoryEntryRef() : OwningObject(nullptr) {} in DelayImportDirectoryEntryRef() function 922 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function 926 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 40 class DelayImportDirectoryEntryRef; variable 48 content_iterator<DelayImportDirectoryEntryRef>; 1097 class DelayImportDirectoryEntryRef { 1099 DelayImportDirectoryEntryRef() = default; 1100 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function 1104 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 133 const DelayImportDirectoryEntryRef &I, 1397 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols() 1429 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 164 const DelayImportDirectoryEntryRef &I, 1571 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols() 1609 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()
|