Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp155 bool ParseSectionArguments(bool IsPush, SMLoc loc);
398 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()
413 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()
539 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser