Lines Matching defs:Loc
302 bool COFFAsmParser::ParseDirectiveCGProfile(StringRef S, SMLoc Loc) {
303 return MCAsmParserExtension::ParseDirectiveCGProfile(S, Loc);
604 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) {
614 return Error(Loc, "cannot make section associative with .linkonce");
617 return Error(Loc, Twine("section '") + Current->getName() +
628 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc Loc) {
639 getStreamer().emitWinCFIStartProc(Symbol, Loc);
643 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) {
645 getStreamer().emitWinCFIEndProc(Loc);
649 bool COFFAsmParser::ParseSEHDirectiveEndFuncletOrFunc(StringRef, SMLoc Loc) {
651 getStreamer().emitWinCFIFuncletOrFuncEnd(Loc);
655 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc Loc) {
657 getStreamer().emitWinCFIStartChained(Loc);
661 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) {
663 getStreamer().emitWinCFIEndChained(Loc);
667 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc Loc) {
689 getStreamer().emitWinEHHandler(handler, unwind, except, Loc);
693 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc Loc) {
699 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) {
708 getStreamer().emitWinCFIAllocStack(Size, Loc);
712 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc Loc) {
714 getStreamer().emitWinCFIEndProlog(Loc);