HomeSort by relevance Sort by last modified time
    Searched refs:ParseDirectivePushSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 54 addDirectiveHandler<&DarwinAsmParser::ParseDirectivePushSection>(
170 bool ParseDirectivePushSection(StringRef, SMLoc);
545 /// ParseDirectivePushSection:
547 bool DarwinAsmParser::ParseDirectivePushSection(StringRef S, SMLoc Loc) {
ELFAsmParser.cpp 62 &ELFAsmParser::ParseDirectivePushSection>(".pushsection");
139 bool ParseDirectivePushSection(StringRef, SMLoc);
316 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) {

Completed in 30 milliseconds