Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/
H A Dget_pid_from_output.py12 pid = process_file(args.infile)
19 def process_file(infile): function
/llvm-project-15.0.7/llvm/utils/
H A Dadd_argument_names.py44 def process_file(contents): function
75 content = process_file(content)
H A Ddemangle_tree.py51 def process_file(path, objdump): function
117 copier = functools.partial(process_file, objdump=objdump)
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtest.c167 bool process_file(char *file_name, FILE *ifp, FILE *ofp);
186 if (!process_file("-", stdin, stdout)) exit_status = 1; in main()
198 if (!process_file(argv[i], ifp, stdout)) exit_status = 1; in main()
209 bool process_file(char *file_name, FILE *ifp, FILE *ofp) { in process_file() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp449 llvm::Optional<std::string> process_file; in DoExecute() local
450 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()
452 ReadFromYAML<ProcessInstanceInfoList>(*process_file)) { in DoExecute()
/llvm-project-15.0.7/clang/test/AST/
H A Dgen_ast_dump_json_test.py90 process_file(src, clang_binary, cmdline_filters=args.filters,
95 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, function