Searched refs:LoaderSectionAddrOrError (Results 1 – 2 of 2) sorted by relevance
156 Expected<uintptr_t> LoaderSectionAddrOrError = in printLoaderSection() local158 if (!LoaderSectionAddrOrError) { in printLoaderSection()159 reportUniqueWarning(LoaderSectionAddrOrError.takeError()); in printLoaderSection()162 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection()
1105 Expected<uintptr_t> LoaderSectionAddrOrError = in getImportFileTable() local1107 if (!LoaderSectionAddrOrError) in getImportFileTable()1108 return LoaderSectionAddrOrError.takeError(); in getImportFileTable()1110 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable()