Searched defs:parseFile (Results 1 – 3 of 3) sorted by relevance
335 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile() function in elf
3120 function_ref<void(InputFile *, InputChunk &, OutputChunk &)> parseFile) { in init()
271 void UnwrappedLineParser::parseFile() { in parseFile() function in clang::format::UnwrappedLineParser