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 41 AddDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text");
80 bool ParseSectionDirectiveText(StringRef, SMLoc) {
ELFAsmParser.cpp 45 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text");
85 bool ParseSectionDirectiveText(StringRef, SMLoc) {
DarwinAsmParser.cpp 100 AddDirectiveHandler<&DarwinAsmParser::ParseSectionDirectiveText>(".text");
274 bool ParseSectionDirectiveText(StringRef, SMLoc) {

Completed in 354 milliseconds