Searched refs:LoaderSectionAddrOrError (Results 1 – 2 of 2) sorted by relevance
155 Expected<uintptr_t> LoaderSectionAddrOrError = in printLoaderSection() local157 if (!LoaderSectionAddrOrError) { in printLoaderSection()158 reportUniqueWarning(LoaderSectionAddrOrError.takeError()); in printLoaderSection()161 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection()
1097 Expected<uintptr_t> LoaderSectionAddrOrError = in getImportFileTable() local1099 if (!LoaderSectionAddrOrError) in getImportFileTable()1100 return LoaderSectionAddrOrError.takeError(); in getImportFileTable()1102 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable()