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");
93 bool ParseSectionDirectiveText(StringRef, SMLoc) {
ELFAsmParser.cpp 45 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text");
85 bool ParseSectionDirectiveText(StringRef, SMLoc) {

Completed in 1961 milliseconds