Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp76 addDirectiveHandler<&DarwinAsmParser::parseDirectivePushSection>( in Initialize()
209 bool parseDirectivePushSection(StringRef, SMLoc);
730 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection() function in DarwinAsmParser