Lines Matching refs:llvm_param
72 if (!force && (!llvm_param.user_set_param && in test_llvm__fetch_bpf_obj()
89 if (!llvm_param.clang_bpf_cmd_template) in test_llvm__fetch_bpf_obj()
92 if (!llvm_param.clang_opt) in test_llvm__fetch_bpf_obj()
93 llvm_param.clang_opt = strdup(""); in test_llvm__fetch_bpf_obj()
96 llvm_param.clang_bpf_cmd_template, in test_llvm__fetch_bpf_obj()
100 err = asprintf(&clang_opt_new, "-xc %s", llvm_param.clang_opt); in test_llvm__fetch_bpf_obj()
104 tmpl_old = llvm_param.clang_bpf_cmd_template; in test_llvm__fetch_bpf_obj()
105 llvm_param.clang_bpf_cmd_template = tmpl_new; in test_llvm__fetch_bpf_obj()
106 clang_opt_old = llvm_param.clang_opt; in test_llvm__fetch_bpf_obj()
107 llvm_param.clang_opt = clang_opt_new; in test_llvm__fetch_bpf_obj()
111 llvm_param.clang_bpf_cmd_template = tmpl_old; in test_llvm__fetch_bpf_obj()
112 llvm_param.clang_opt = clang_opt_old; in test_llvm__fetch_bpf_obj()