Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp335 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile() function in elf
H A DSyntheticSections.cpp3120 function_ref<void(InputFile *, InputChunk &, OutputChunk &)> parseFile) { in init()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp271 void UnwrappedLineParser::parseFile() { in parseFile() function in clang::format::UnwrappedLineParser