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

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 53 addDirectiveHandler<&DarwinAsmParser::ParseDirectiveSection>(".section");
169 bool ParseDirectiveSection(StringRef, SMLoc);
498 /// ParseDirectiveSection:
500 bool DarwinAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
550 if (ParseDirectiveSection(S, Loc)) {
ELFAsmParser.cpp 60 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section");
141 bool ParseDirectiveSection(StringRef, SMLoc);
319 if (ParseDirectiveSection(s, loc)) {
334 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {

Completed in 36 milliseconds