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 45 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text");
86 bool ParseSectionDirectiveText(StringRef, SMLoc) {
DarwinAsmParser.cpp 157 addDirectiveHandler<&DarwinAsmParser::ParseSectionDirectiveText>(".text");
338 bool ParseSectionDirectiveText(StringRef, SMLoc) {
ELFAsmParser.cpp 47 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text");
89 bool ParseSectionDirectiveText(StringRef, SMLoc) {

Completed in 65 milliseconds