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

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 42 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text");
81 bool ParseSectionDirectiveText(StringRef, SMLoc) {
DarwinAsmParser.cpp 157 addDirectiveHandler<&DarwinAsmParser::ParseSectionDirectiveText>(".text");
338 bool ParseSectionDirectiveText(StringRef, SMLoc) {
ELFAsmParser.cpp 47 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text");
88 bool ParseSectionDirectiveText(StringRef, SMLoc) {

Completed in 36 milliseconds