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

/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp46 bool ParseDirectiveEndProc(StringRef, SMLoc);
130 addDirectiveHandler<&COFFMasmParser::ParseDirectiveEndProc>("endp");
486 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { function in class:COFFMasmParser

Completed in 105 milliseconds