HomeSort by: relevance | last modified time | path
    Searched refs:ImportDirectoryEntryRef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 881 ImportDirectoryEntryRef(ImportDirectory, 0, this));
886 ImportDirectoryEntryRef(nullptr, -1, this));
1320 bool ImportDirectoryEntryRef::
1321 operator==(const ImportDirectoryEntryRef &Other) const {
1325 void ImportDirectoryEntryRef::moveNext() {
1333 Error ImportDirectoryEntryRef::getImportTableEntry(
1377 ImportDirectoryEntryRef::imported_symbol_begin() const {
1383 ImportDirectoryEntryRef::imported_symbol_end() const {
1389 ImportDirectoryEntryRef::imported_symbols() const {
1393 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 41 class ImportDirectoryEntryRef;
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
803 friend class ImportDirectoryEntryRef;
1114 class ImportDirectoryEntryRef {
1116 ImportDirectoryEntryRef() = default;
1117 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table,
1121 bool operator==(const ImportDirectoryEntryRef &Other) const;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 356 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1635 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) {
1685 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) {

Completed in 25 milliseconds