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

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 50 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text");
92 bool ParseSectionDirectiveText(StringRef, SMLoc) {
ELFAsmParser.cpp 45 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text");
87 bool ParseSectionDirectiveText(StringRef, SMLoc) {

Completed in 190 milliseconds