Searched refs:HandleError (Results 1 – 3 of 3) sorted by relevance
247 auto HandleError = [&Capacity, &Output, &OutputLength, &Result, in convertString() local277 if (auto EC = HandleError(Ret)) in convertString()284 if (auto EC = HandleError(Ret)) in convertString()
202 auto HandleError = [&](Error &&err) { in LoadBundle() local214 return HandleError(parsed_process.takeError()); in LoadBundle()223 return HandleError(kernel_process.takeError()); in LoadBundle()
2132 function_ref<void(Error)> HandleError, in DWARFObjInMemory() argument2161 HandleError(createError("failed to get relocated section: ", in DWARFObjInMemory()2181 HandleError(createError("failed to decompress '" + Name + "', ", in DWARFObjInMemory()2280 HandleError(SymInfoOrErr.takeError()); in DWARFObjInMemory()2300 HandleError(createError( in DWARFObjInMemory()