MCPcopy Create free account
hub / github.com/a2flo/floor / create_host_program

Method create_host_program

src/device/host/host_context.cpp:485–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485host_program::host_program_entry host_context::create_host_program(const host_device& dev,
486 toolchain::program_data program) {
487 if(!program.valid) {
488 return {};
489 }
490 return create_host_program_internal(dev, program.data_or_filename.data(), nullptr, 0,
491 program.function_info, program.options.silence_debug_output);
492}
493
494host_program::host_program_entry host_context::create_host_program_internal(const host_device& dev floor_unused /* TODO: use device */,
495 const std::optional<std::string> elf_bin_file_name,

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected