Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1106 uint64_t OffsetToImportFileTable = 0; in getImportFileTable() local
1111 OffsetToImportFileTable = LoaderSec64->OffsetToImpid; in getImportFileTable()
1116 OffsetToImportFileTable = LoaderSec32->OffsetToImpid; in getImportFileTable()
1122 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()
1128 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1136 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()