Searched refs:ParseDirectiveEndProc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp51 bool ParseDirectiveEndProc(StringRef, SMLoc);
146 addDirectiveHandler<&COFFMasmParser::ParseDirectiveEndProc>("endp");
368 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { function in class:COFFMasmParser

Completed in 56 milliseconds