Searched refs:parseSectionArguments (Results 1 – 2 of 2) sorted by relevance
124 bool parseSectionArguments(StringRef, SMLoc);351 return parseSectionArguments(directive, loc); in parseDirectiveSection()370 bool COFFAsmParser::parseSectionArguments(StringRef, SMLoc) { in parseSectionArguments() function in COFFAsmParser436 if (parseSectionArguments(directive, loc)) { in parseDirectivePushSection()
133 bool parseSectionArguments(bool IsPush, SMLoc loc);377 if (parseSectionArguments(/*IsPush=*/true, loc)) { in parseDirectivePushSection()392 return parseSectionArguments(/*IsPush=*/false, loc); in parseDirectiveSection()496 bool ELFAsmParser::parseSectionArguments(bool IsPush, SMLoc loc) { in parseSectionArguments() function in ELFAsmParser