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

/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp45 bool ParseDirectiveProc(StringRef, SMLoc);
132 addDirectiveHandler<&COFFMasmParser::ParseDirectiveProc>("proc");
445 /// ParseDirectiveProc
450 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { function in class:COFFMasmParser

Completed in 113 milliseconds