Lines Matching refs:Directive
32 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
35 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
236 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() argument
372 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() argument
385 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib() argument
403 bool COFFMasmParser::ParseDirectiveOption(StringRef Directive, SMLoc Loc) { in ParseDirectiveOption() argument
443 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc() argument
479 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc() argument
499 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) { in ParseDirectiveAlias() argument
505 return addErrorSuffix(" in " + Directive + " directive"); in ParseDirectiveAlias()
518 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive, in ParseSEHDirectiveAllocStack() argument
530 bool COFFMasmParser::ParseSEHDirectiveEndProlog(StringRef Directive, in ParseSEHDirectiveEndProlog() argument