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 D | get_pid_from_output.py | 12 pid = process_file(args.infile) 19 def process_file(infile): function
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | add_argument_names.py | 44 def process_file(contents): function 75 content = process_file(content)
|
| H A D | demangle_tree.py | 51 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 D | imtest.c | 167 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 D | CommandObjectReproducer.cpp | 449 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 D | gen_ast_dump_json_test.py | 90 process_file(src, clang_binary, cmdline_filters=args.filters, 95 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, function
|