Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp56 AddDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection"); in Initialize()
124 bool ParseDirectivePopSection(StringRef, SMLoc);
274 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { in ParseDirectivePopSection() function in ELFAsmParser