Lines Matching refs:binary
63 using clover::binary;
399 binary
417 return build_module_library(*mod, binary::section::text_intermediate);
431 // When there is no "main" function in a binary, the internalize pass will
432 // treat the binary like a library, and it won't internalize any functions.
434 // the internalizer pass that this binary is not a library by passing a
458 const std::vector<binary> &binaries, std::string &r_log) {
471 binary
472 clover::llvm::link_program(const std::vector<binary> &binaries,
493 return build_module_library(*mod, binary::section::text_library);
507 binary
538 std::string binary(osContent.begin(), osContent.end());
539 if (binary.empty()) {
540 r_log += "Failed to retrieve SPIR-V binary.\n";
545 debug::log(".spvasm", spirv::print_module(binary, dev.device_version()));
547 return spirv::compile_program(binary, dev, r_log);