Searched refs:create_library (Results 1 – 9 of 9) sorted by relevance
44 void SetCreateLibrary(bool create_library) { in SetCreateLibrary() argument45 create_library_ = create_library; in SetCreateLibrary()
284 const bool create_library = in validate_link_devices() local299 if (enable_link_options && !create_library) in validate_link_devices()305 if (has_link_options && create_library) in validate_link_devices()321 if (create_library && any_of([&](const program &prog) { in validate_link_devices()
70 bool create_library; member
280 spirv_lib_options.create_library = true; in nir_load_libclc_shader()
5776 if (!options->create_library && b->entry_point == NULL) { in spirv_to_nir()5792 if (!options->create_library) in spirv_to_nir()5806 if (!options->create_library) in spirv_to_nir()5827 if (!options->create_library) { in spirv_to_nir()5837 if ((options->create_library || func->referenced) && !func->emitted) { in spirv_to_nir()5846 if (!options->create_library) { in spirv_to_nir()
422 const bool create_library = count("-create-library", options);429 optimize(*mod, c->getCodeGenOpts().OptimizationLevel, !create_library);438 if (create_library) {
705 bool create_library = false;710 create_library = true;721 linker_options.SetCreateLibrary(create_library);725 const auto section_type = create_library ? module::section::text_library :