Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h199 bool ParseDepLibs();
DLLParser.cpp176 case lltok::kw_deplibs: if (ParseDepLibs()) return true; break; in ParseTopLevelEntities()
274 bool LLParser::ParseDepLibs() { in ParseDepLibs() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h264 bool ParseDepLibs(); // FIXME: Remove in 4.0.
DLLParser.cpp262 case lltok::kw_deplibs: if (ParseDepLibs()) return true; break; in ParseTopLevelEntities()
335 bool LLParser::ParseDepLibs() { in ParseDepLibs() function in LLParser