Searched refs:ParseDirectiveComm (Results 1 – 2 of 2) sorted by relevance
224 bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"1158 return ParseDirectiveComm(/*IsLocal=*/false); in ParseStatement()1160 return ParseDirectiveComm(/*IsLocal=*/true); in ParseStatement()2063 bool AsmParser::ParseDirectiveComm(bool IsLocal) { in ParseDirectiveComm() function in AsmParser
101 bool ParseDirectiveComm(bool IsLocal, SMLoc L);872 return ParseDirectiveComm(true, DirectiveID.getLoc()); in ParseDirective()874 return ParseDirectiveComm(false, DirectiveID.getLoc()); in ParseDirective()976 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() function in HexagonAsmParser