Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp349 bool enterIncludeFile(const std::string &Filename);
629 bool AsmParser::enterIncludeFile(const std::string &Filename) { in enterIncludeFile() function in AsmParser
4313 if (enterIncludeFile(Filename)) { in parseDirectiveInclude()