Lines Matching refs:Directive
30 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
33 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
247 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() argument
276 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() argument
289 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib() argument
311 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc() argument
347 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc() argument
367 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) { in ParseDirectiveAlias() argument
373 return addErrorSuffix(" in " + Directive + " directive"); in ParseDirectiveAlias()
386 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive, in ParseSEHDirectiveAllocStack() argument
398 bool COFFMasmParser::ParseSEHDirectiveEndProlog(StringRef Directive, in ParseSEHDirectiveEndProlog() argument