Lines Matching defs:template
49 else if (!strcmp(var, "clang-bpf-cmd-template"))
221 " \tIf you are using old version of clang, change 'clang-bpf-cmd-template'\n"
356 "Hint:\tTry set clang include options using 'clang-bpf-cmd-template'\n"
445 const char *template = llvm_param.clang_bpf_cmd_template;
458 if (!template)
459 template = CLANG_BPF_CMD_DEFAULT_TEMPLATE;
509 template, llc_path, opts) < 0) {
514 template = pipe_template;
526 pr_debug("llvm compiling command template: %s\n", template);
533 if (asprintf(&command_echo, "echo -n \a%s\a", template) < 0)
561 err = read_from_pipe(template, &obj_buf, &obj_buf_sz);