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

/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp54 AddDirectiveHandler<&DarwinAsmParser::ParseDirectivePopSection>(".popsection");
119 bool ParseDirectivePopSection(StringRef, SMLoc);
479 /// ParseDirectivePopSection:
481 bool DarwinAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { function in class:DarwinAsmParser
H A DELFAsmParser.cpp61 AddDirectiveHandler<&ELFAsmParser::ParseDirectivePopSection>(".popsection");
138 bool ParseDirectivePopSection(StringRef, SMLoc);
325 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { function in class:ELFAsmParser

Completed in 93 milliseconds