Home | History | Annotate | Download | only in Object

Lines Matching defs:getDataDirectory

524   if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry))
548 if (getDataDirectory(COFF::DELAY_IMPORT_DESCRIPTOR, DataEntry))
570 if (getDataDirectory(COFF::EXPORT_TABLE, DataEntry))
588 if (getDataDirectory(COFF::BASE_RELOCATION_TABLE, DataEntry))
606 if (getDataDirectory(COFF::DEBUG_DIRECTORY, DataEntry))
900 COFFObjectFile::getDataDirectory(uint32_t Index,
1419 if (auto EC = OwningObject->getDataDirectory(COFF::EXPORT_TABLE, DataEntry))