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

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 58 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section");
138 bool ParseDirectiveSection(StringRef, SMLoc);
315 if (ParseDirectiveSection(s, loc)) {
330 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
DarwinAsmParser.cpp 51 AddDirectiveHandler<&DarwinAsmParser::ParseDirectiveSection>(".section");
110 bool ParseDirectiveSection(StringRef, SMLoc);
407 /// ParseDirectiveSection:
409 bool DarwinAsmParser::ParseDirectiveSection(StringRef, SMLoc) {

Completed in 19 milliseconds