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

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 56 addDirectiveHandler<&COFFAsmParser::ParseDirectiveType>(".type");
117 bool ParseDirectiveType(StringRef, SMLoc);
422 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
ELFAsmParser.cpp 64 addDirectiveHandler<&ELFAsmParser::ParseDirectiveType>(".type");
143 bool ParseDirectiveType(StringRef, SMLoc);
579 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) {

Completed in 48 milliseconds