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

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 53 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section");
114 bool ParseDirectiveSection(StringRef, SMLoc);
336 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
ELFAsmParser.cpp 58 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section");
140 bool ParseDirectiveSection(StringRef, SMLoc);
400 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {

Completed in 205 milliseconds