Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp181 bool EnterIncludeFile(const std::string &Filename);
417 bool AsmParser::EnterIncludeFile(const std::string &Filename) { in EnterIncludeFile() function in AsmParser
2173 if (EnterIncludeFile(Filename)) { in ParseDirectiveInclude()