Home
last modified time | relevance | path

Searched refs:doParseFile (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp161 template <class ELFT> static void doParseFile(InputFile *file) { in doParseFile() function
205 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile()