Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1004 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local
1005 if (!LoaderSectionAddr) in getImportFileTable()
1012 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()
1017 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()
1024 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()
1030 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1038 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()