Home
last modified time | relevance | path

Searched defs:parseFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp324 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } parseFile() function in elf
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp260 void UnwrappedLineParser::parseFile() { parseFile() function in clang::format::UnwrappedLineParser