Home
last modified time | relevance | path

Searched refs:OffsetToImportFileTable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1119 uint64_t OffsetToImportFileTable = 0; in getImportFileTable() local
1124 OffsetToImportFileTable = LoaderSec64->OffsetToImpid; in getImportFileTable()
1129 OffsetToImportFileTable = LoaderSec32->OffsetToImpid; in getImportFileTable()
1135 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()
1141 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1149 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()