Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp67 &ELFAsmParser::ParseDirectivePushSection>(".pushsection"); in Initialize()
138 bool ParseDirectivePushSection(StringRef, SMLoc);
381 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) { in ParseDirectivePushSection() function in ELFAsmParser