Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp58 addDirectiveHandler<&COFFAsmParser::ParseDirectivePopSection>( in Initialize()
116 bool ParseDirectivePopSection(StringRef, SMLoc);
423 bool COFFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { in ParseDirectivePopSection() function in COFFAsmParser
H A DELFAsmParser.cpp69 addDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection"); in Initialize()
140 bool ParseDirectivePopSection(StringRef, SMLoc);
406 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { in ParseDirectivePopSection() function in ELFAsmParser