Searched refs:arguments_memory_layout (Results 1 – 3 of 3) sorted by relevance
201 auto arguments_memory_layout = in Compile() local203 if (auto err = arguments_memory_layout.takeError()) return std::move(err); in Compile()274 std::move(*arguments_memory_layout), std::move(*results_memory_layout), in Compile()
379 auto arguments_memory_layout = GetArgumentsMemoryLayout(runtime_signature); in LoadFromObjFile() local380 if (auto err = arguments_memory_layout.takeError()) return std::move(err); in LoadFromObjFile()388 std::move(*arguments_memory_layout), in LoadFromObjFile()
236 ArgumentsMemoryLayout arguments_memory_layout, in Executable() argument246 arguments_memory_layout_(std::move(arguments_memory_layout)), in Executable()