Home
last modified time | relevance | path

Searched refs:parseDirectiveEndProc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp45 bool parseDirectiveEndProc(StringRef, SMLoc);
129 addDirectiveHandler<&COFFMasmParser::parseDirectiveEndProc>("endp"); in Initialize()
483 bool COFFMasmParser::parseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in parseDirectiveEndProc() function in COFFMasmParser