Searched refs:ParseDirectiveEndProc (Results 1 – 1 of 1) sorted by relevance
51 bool ParseDirectiveEndProc(StringRef, SMLoc);134 addDirectiveHandler<&COFFMasmParser::ParseDirectiveEndProc>("endp"); in Initialize()354 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc() function in COFFMasmParser