Home
last modified time | relevance | path

Searched refs:ParseSectionArguments (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp143 bool ParseSectionArguments(bool IsPush, SMLoc loc);
340 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()
356 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()
359 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser