Searched refs:LoaderSectionAddrOrError (Results 1 – 2 of 2) sorted by relevance
154 Expected<uintptr_t> LoaderSectionAddrOrError = in printLoaderSection() local156 if (!LoaderSectionAddrOrError) { in printLoaderSection()157 reportUniqueWarning(LoaderSectionAddrOrError.takeError()); in printLoaderSection()160 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection()
1089 Expected<uintptr_t> LoaderSectionAddrOrError = in getImportFileTable() local1091 if (!LoaderSectionAddrOrError) in getImportFileTable()1092 return LoaderSectionAddrOrError.takeError(); in getImportFileTable()1094 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable()