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

Function build_archive_from_memory

src/device/universal_binary.cpp:960–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958 }
959
960 bool build_archive_from_memory(const std::string& src_code,
961 const std::string& dst_archive_file_name,
962 const toolchain::compile_options& options,
963 const std::vector<target>& targets,
964 const bool use_precompiled_header) {
965 return build_archive(src_code, false, dst_archive_file_name, options, targets, use_precompiled_header);
966 }
967
968 std::pair<const binary_dynamic_v6*, const target_v6>
969 find_best_match_for_device(const device& dev, const archive& ar) {

Callers

nothing calls this directly

Calls 1

build_archiveFunction · 0.85

Tested by

no test coverage detected