Searched refs:error_with_message (Results 1 – 2 of 2) sorted by relevance
223 auto error_with_message = [&error](llvm::StringRef message) { in ReadMemoryAtAddress() local233 return error_with_message("Python object ill-formed."); in ReadMemoryAtAddress()236 return error_with_message("Python method not callable."); in ReadMemoryAtAddress()242 return error_with_message("Python implementor not allocated."); in ReadMemoryAtAddress()251 return error_with_message("Python method not allocated."); in ReadMemoryAtAddress()256 return error_with_message("Python method not callable."); in ReadMemoryAtAddress()270 return error_with_message("Python method could not be called."); in ReadMemoryAtAddress()278 return error_with_message( in ReadMemoryAtAddress()284 return error_with_message("Returned object is null."); in ReadMemoryAtAddress()
238 auto error_with_message = [&error](llvm::StringRef message) { in DoReadMemory() local244 return error_with_message("No interpreter."); in DoReadMemory()256 return error_with_message("Failed to copy read memory to buffer."); in DoReadMemory()