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) {
449 return Error(Loc, "expected identifier for procedure");
474 getStreamer().emitWinCFIStartProc(Sym, Loc);
476 getStreamer().emitLabel(Sym, Loc);
482 bool COFFMasmParser::parseDirectiveEndProc(StringRef Directive, SMLoc Loc) {
489 return Error(Loc, "endp outside of procedure block");
495 getStreamer().emitWinCFIEndProc(Loc);
502 bool COFFMasmParser::parseDirectiveAlias(StringRef Directive, SMLoc Loc) {
522 SMLoc Loc) {
529 getStreamer().emitWinCFIAllocStack(static_cast<unsigned>(Size), Loc);
534 SMLoc Loc) {
535 getStreamer().emitWinCFIEndProlog(Loc);