Lines Matching defs:Loc
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) {
446 return Error(Loc, "expected identifier for procedure");
471 getStreamer().emitWinCFIStartProc(Sym, Loc);
473 getStreamer().emitLabel(Sym, Loc);
479 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) {
486 return Error(Loc, "endp outside of procedure block");
492 getStreamer().emitWinCFIEndProc(Loc);
499 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) {
519 SMLoc Loc) {
526 getStreamer().emitWinCFIAllocStack(static_cast<unsigned>(Size), Loc);
531 SMLoc Loc) {
532 getStreamer().emitWinCFIEndProlog(Loc);