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 47 addDirectiveHandler<&COFFAsmParser::ParseDirectiveType>(".type");
105 bool ParseDirectiveType(StringRef, SMLoc);
204 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
ELFAsmParser.cpp 66 addDirectiveHandler<&ELFAsmParser::ParseDirectiveType>(".type");
144 bool ParseDirectiveType(StringRef, SMLoc);
462 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) {

Completed in 64 milliseconds