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) {
479 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) {
499 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) {
505 return addErrorSuffix(" in " + Directive + " directive");
518 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive,
530 bool COFFMasmParser::ParseSEHDirectiveEndProlog(StringRef Directive,