Searched refs:ExportDirectoryEntryRef (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 801 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin() 806 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end() 807 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end() 1343 bool ExportDirectoryEntryRef:: 1344 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==() 1348 void ExportDirectoryEntryRef::moveNext() { in moveNext() 1354 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName() 1365 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase() 1371 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal() 1377 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 846 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin() 851 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end() 852 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end() 1444 bool ExportDirectoryEntryRef:: 1445 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==() 1449 void ExportDirectoryEntryRef::moveNext() { in moveNext() 1455 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName() 1466 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase() 1472 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal() 1478 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA() [all …]
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 29 class ExportDirectoryEntryRef; variable 35 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator; 625 friend class ExportDirectoryEntryRef; variable 945 class ExportDirectoryEntryRef { 947 ExportDirectoryEntryRef() : OwningObject(nullptr) {} in ExportDirectoryEntryRef() function 948 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function 952 bool operator==(const ExportDirectoryEntryRef &Other) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 41 class ExportDirectoryEntryRef; variable 49 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>; 764 friend class ExportDirectoryEntryRef; variable 1123 class ExportDirectoryEntryRef { 1125 ExportDirectoryEntryRef() = default; 1126 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function 1130 bool operator==(const ExportDirectoryEntryRef &Other) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 106 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 89 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
D | sancov.cpp | 747 for (const object::ExportDirectoryEntryRef &Export : in findSanitizerCovFunctions()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1447 for (const ExportDirectoryEntryRef &E : Obj->export_directories()) { in printCOFFExports()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1627 for (const ExportDirectoryEntryRef &E : Obj->export_directories()) { in printCOFFExports()
|