Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp124 bool parseSectionArguments(StringRef, SMLoc);
351 return parseSectionArguments(directive, loc); in parseDirectiveSection()
370 bool COFFAsmParser::parseSectionArguments(StringRef, SMLoc) { in parseSectionArguments() function in COFFAsmParser
436 if (parseSectionArguments(directive, loc)) { in parseDirectivePushSection()
H A DELFAsmParser.cpp133 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