Searched refs:ParseDirectiveComm (Results 1 – 1 of 1) sorted by relevance
122 bool ParseDirectiveComm(bool IsLocal, SMLoc L);654 return ParseDirectiveComm(true, DirectiveID.getLoc()); in ParseDirective()656 return ParseDirectiveComm(false, DirectiveID.getLoc()); in ParseDirective()724 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() function in HexagonAsmParser