Lines Matching defs:Loc

179 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) {  in emitValue()
308 SMLoc Loc) { in emitCVInlineSiteIdDirective()
322 StringRef FileName, SMLoc Loc) {} in emitCVLocDirective()
325 SMLoc Loc) { in checkCVLocSection()
414 void MCStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
438 void MCStreamer::emitCFIStartProc(bool IsSimple, SMLoc Loc) { in emitCFIStartProc()
486 void MCStreamer::emitCFIDefCfa(int64_t Register, int64_t Offset, SMLoc Loc) { in emitCFIDefCfa()
497 void MCStreamer::emitCFIDefCfaOffset(int64_t Offset, SMLoc Loc) { in emitCFIDefCfaOffset()
507 void MCStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment, SMLoc Loc) { in emitCFIAdjustCfaOffset()
517 void MCStreamer::emitCFIDefCfaRegister(int64_t Register, SMLoc Loc) { in emitCFIDefCfaRegister()
529 int64_t AddressSpace, SMLoc Loc) { in emitCFILLVMDefAspaceCfa()
540 void MCStreamer::emitCFIOffset(int64_t Register, int64_t Offset, SMLoc Loc) { in emitCFIOffset()
550 void MCStreamer::emitCFIRelOffset(int64_t Register, int64_t Offset, SMLoc Loc) { in emitCFIRelOffset()
577 void MCStreamer::emitCFIRememberState(SMLoc Loc) { in emitCFIRememberState()
587 void MCStreamer::emitCFIRestoreState(SMLoc Loc) { in emitCFIRestoreState()
598 void MCStreamer::emitCFISameValue(int64_t Register, SMLoc Loc) { in emitCFISameValue()
608 void MCStreamer::emitCFIRestore(int64_t Register, SMLoc Loc) { in emitCFIRestore()
618 void MCStreamer::emitCFIEscape(StringRef Values, SMLoc Loc) { in emitCFIEscape()
628 void MCStreamer::emitCFIGnuArgsSize(int64_t Size, SMLoc Loc) { in emitCFIGnuArgsSize()
645 void MCStreamer::emitCFIUndefined(int64_t Register, SMLoc Loc) { in emitCFIUndefined()
656 SMLoc Loc) { in emitCFIRegister()
666 void MCStreamer::emitCFIWindowSave(SMLoc Loc) { in emitCFIWindowSave()
675 void MCStreamer::emitCFINegateRAState(SMLoc Loc) { in emitCFINegateRAState()
692 void MCStreamer::emitCFILabelDirective(SMLoc Loc, StringRef Name) { in emitCFILabelDirective()
699 WinEH::FrameInfo *MCStreamer::EnsureValidWinFrameInfo(SMLoc Loc) { in EnsureValidWinFrameInfo()
714 void MCStreamer::emitWinCFIStartProc(const MCSymbol *Symbol, SMLoc Loc) { in emitWinCFIStartProc()
732 void MCStreamer::emitWinCFIEndProc(SMLoc Loc) { in emitWinCFIEndProc()
750 void MCStreamer::emitWinCFIFuncletOrFuncEnd(SMLoc Loc) { in emitWinCFIFuncletOrFuncEnd()
761 void MCStreamer::emitWinCFIStartChained(SMLoc Loc) { in emitWinCFIStartChained()
774 void MCStreamer::emitWinCFIEndChained(SMLoc Loc) { in emitWinCFIEndChained()
789 SMLoc Loc) { in emitWinEHHandler()
805 void MCStreamer::emitWinEHHandlerData(SMLoc Loc) { in emitWinEHHandlerData()
869 void MCStreamer::emitWinCFIPushReg(MCRegister Register, SMLoc Loc) { in emitWinCFIPushReg()
882 SMLoc Loc) { in emitWinCFISetFrame()
903 void MCStreamer::emitWinCFIAllocStack(unsigned Size, SMLoc Loc) { in emitWinCFIAllocStack()
921 SMLoc Loc) { in emitWinCFISaveReg()
938 SMLoc Loc) { in emitWinCFISaveXMM()
952 void MCStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame()
966 void MCStreamer::emitWinCFIEndProlog(SMLoc Loc) { in emitWinCFIEndProlog()
1224 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl()
1229 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} in emitFill()
1231 SMLoc Loc) {} in emitFill()
1238 SMLoc Loc) {} in emitValueToOffset()