Home
last modified time | relevance | path

Searched defs: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.py19 def process_file(infile): function
/llvm-project-15.0.7/llvm/utils/
H A Dadd_argument_names.py44 def process_file(contents): function
H A Ddemangle_tree.py51 def process_file(path, objdump): function
/llvm-project-15.0.7/clang/test/AST/
H A Dgen_ast_dump_json_test.py95 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, function
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtest.c209 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