Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp122 bool parseSectionArguments(StringRef, SMLoc);
354 return parseSectionArguments(directive, loc); in ParseDirectiveSection()
373 bool COFFAsmParser::parseSectionArguments(StringRef, SMLoc) { in parseSectionArguments() function in COFFAsmParser
435 if (parseSectionArguments(directive, loc)) { in ParseDirectivePushSection()