Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp56 addDirectiveHandler<&COFFAsmParser::ParseDirectivePushSection>( in Initialize()
115 bool ParseDirectivePushSection(StringRef, SMLoc);
412 bool COFFAsmParser::ParseDirectivePushSection(StringRef directive, SMLoc loc) { in ParseDirectivePushSection() function in COFFAsmParser
H A DELFAsmParser.cpp68 &ELFAsmParser::ParseDirectivePushSection>(".pushsection"); in Initialize()
139 bool ParseDirectivePushSection(StringRef, SMLoc);
395 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) { in ParseDirectivePushSection() function in ELFAsmParser