HomeSort by relevance Sort by last modified time
    Searched refs:ImportDirectoryEntryRef (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 27 class ImportDirectoryEntryRef;
32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
624 friend class ImportDirectoryEntryRef;
892 class ImportDirectoryEntryRef {
894 ImportDirectoryEntryRef() : OwningObject(nullptr) {}
895 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I,
899 bool operator==(const ImportDirectoryEntryRef &Other) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 778 ImportDirectoryEntryRef(ImportDirectory, 0, this));
783 ImportDirectoryEntryRef(nullptr, -1, this));
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 355 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) {
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 476 milliseconds