Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp76 addDirectiveHandler<&DarwinAsmParser::parseDirectivePushSection>( in Initialize()
209 bool parseDirectivePushSection(StringRef, SMLoc);
733 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection() function in DarwinAsmParser