Searched refs:ParseSectionArguments (Results 1 – 1 of 1) sorted by relevance
153 bool ParseSectionArguments(bool IsPush, SMLoc loc);350 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()366 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()369 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser