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 51 addDirectiveHandler<&COFFAsmParser::ParseDirectiveType>(".type");
111 bool ParseDirectiveType(StringRef, SMLoc);
378 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
ELFAsmParser.cpp 66 addDirectiveHandler<&ELFAsmParser::ParseDirectiveType>(".type");
145 bool ParseDirectiveType(StringRef, SMLoc);
483 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) {

Completed in 140 milliseconds