Searched defs:process_file (Results 1 – 6 of 6) sorted by relevance
19 def process_file(infile): function
44 def process_file(contents): function
51 def process_file(path, objdump): function
95 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, function
209 bool process_file(char *file_name, FILE *ifp, FILE *ofp) { in process_file() function
449 llvm::Optional<std::string> process_file; in DoExecute() local