Searched refs:ParseDepLibs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h307 bool ParseDepLibs(); // FIXME: Remove in 4.0.
H A DLLParser.cpp349 case lltok::kw_deplibs: if (ParseDepLibs()) return true; break;
427 bool LLParser::ParseDepLibs() { function in class:LLParser

Completed in 166 milliseconds