Lines Matching refs:llvm_param
81 !llvm_param.user_set_param && in test_llvm__fetch_bpf_obj()
98 if (!llvm_param.clang_bpf_cmd_template) in test_llvm__fetch_bpf_obj()
101 if (!llvm_param.clang_opt) in test_llvm__fetch_bpf_obj()
102 llvm_param.clang_opt = strdup(""); in test_llvm__fetch_bpf_obj()
105 llvm_param.clang_bpf_cmd_template, in test_llvm__fetch_bpf_obj()
109 err = asprintf(&clang_opt_new, "-xc %s", llvm_param.clang_opt); in test_llvm__fetch_bpf_obj()
113 tmpl_old = llvm_param.clang_bpf_cmd_template; in test_llvm__fetch_bpf_obj()
114 llvm_param.clang_bpf_cmd_template = tmpl_new; in test_llvm__fetch_bpf_obj()
115 clang_opt_old = llvm_param.clang_opt; in test_llvm__fetch_bpf_obj()
116 llvm_param.clang_opt = clang_opt_new; in test_llvm__fetch_bpf_obj()
120 llvm_param.clang_bpf_cmd_template = tmpl_old; in test_llvm__fetch_bpf_obj()
121 llvm_param.clang_opt = clang_opt_old; in test_llvm__fetch_bpf_obj()