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

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 65 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident");
142 bool ParseDirectiveIdent(StringRef, SMLoc);
494 /// ParseDirectiveIdent
496 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) {
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 63 addDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident");
134 bool ParseDirectiveIdent(StringRef, SMLoc);
622 /// ParseDirectiveIdent
624 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) {

Completed in 81 milliseconds