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 DCOFFAsmParser.cpp114 bool parseSectionArguments(StringRef, SMLoc);
335 return parseSectionArguments(directive, loc); in ParseDirectiveSection()
354 bool COFFAsmParser::parseSectionArguments(StringRef, SMLoc) { in parseSectionArguments() function in COFFAsmParser
415 if (parseSectionArguments(directive, loc)) { in ParseDirectivePushSection()