Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp51 bool ParseDirectiveEndProc(StringRef, SMLoc);
134 addDirectiveHandler<&COFFMasmParser::ParseDirectiveEndProc>("endp"); in Initialize()
354 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc() function in COFFMasmParser