Lines Matching defs:Directive
32 void addDirectiveHandler(StringRef Directive) {
35 getParser().addDirectiveHandler(Directive, Handler);
236 bool COFFMasmParser::parseDirectiveSegment(StringRef Directive, SMLoc Loc) {
372 bool COFFMasmParser::parseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) {
385 bool COFFMasmParser::parseDirectiveIncludelib(StringRef Directive, SMLoc Loc) {
403 bool COFFMasmParser::parseDirectiveOption(StringRef Directive, SMLoc Loc) {
443 bool COFFMasmParser::parseDirectiveProc(StringRef Directive, SMLoc Loc) {
482 bool COFFMasmParser::parseDirectiveEndProc(StringRef Directive, SMLoc Loc) {
502 bool COFFMasmParser::parseDirectiveAlias(StringRef Directive, SMLoc Loc) {
508 return addErrorSuffix(" in " + Directive + " directive");
521 bool COFFMasmParser::parseSEHDirectiveAllocStack(StringRef Directive,
533 bool COFFMasmParser::parseSEHDirectiveEndProlog(StringRef Directive,