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

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp75 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
139 bool ParseDirectiveSubsection(StringRef, SMLoc);
720 bool ELFAsmParser::ParseDirectiveSubsection(StringRef, SMLoc) { function in class:ELFAsmParser
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp99 bool ParseDirectiveSubsection(SMLoc L);
876 return ParseDirectiveSubsection(DirectiveID.getLoc());
880 bool HexagonAsmParser::ParseDirectiveSubsection(SMLoc L) { function in class:HexagonAsmParser

Completed in 4405 milliseconds