Lines Matching defs:Loc

551 void MCAsmStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) {  in emitLabel()
1098 SMLoc Loc) { in emitZerofill()
1336 SMLoc Loc) { in emitValueImpl()
1458 SMLoc Loc) { in emitFill()
1488 int64_t Expr, SMLoc Loc) { in emitFill()
1586 SMLoc Loc) { in emitValueToOffset()
1808 SMLoc Loc) { in emitCVInlineSiteIdDirective()
1818 StringRef FileName, SMLoc Loc) { in emitCVLocDirective()
1983 void MCAsmStreamer::emitCFIDefCfa(int64_t Register, int64_t Offset, SMLoc Loc) { in emitCFIDefCfa()
1991 void MCAsmStreamer::emitCFIDefCfaOffset(int64_t Offset, SMLoc Loc) { in emitCFIDefCfaOffset()
1998 int64_t AddressSpace, SMLoc Loc) { in emitCFILLVMDefAspaceCfa()
2017 void MCAsmStreamer::emitCFIEscape(StringRef Values, SMLoc Loc) { in emitCFIEscape()
2023 void MCAsmStreamer::emitCFIGnuArgsSize(int64_t Size, SMLoc Loc) { in emitCFIGnuArgsSize()
2033 void MCAsmStreamer::emitCFIDefCfaRegister(int64_t Register, SMLoc Loc) { in emitCFIDefCfaRegister()
2040 void MCAsmStreamer::emitCFIOffset(int64_t Register, int64_t Offset, SMLoc Loc) { in emitCFIOffset()
2063 void MCAsmStreamer::emitCFIRememberState(SMLoc Loc) { in emitCFIRememberState()
2069 void MCAsmStreamer::emitCFIRestoreState(SMLoc Loc) { in emitCFIRestoreState()
2075 void MCAsmStreamer::emitCFIRestore(int64_t Register, SMLoc Loc) { in emitCFIRestore()
2082 void MCAsmStreamer::emitCFISameValue(int64_t Register, SMLoc Loc) { in emitCFISameValue()
2090 SMLoc Loc) { in emitCFIRelOffset()
2098 void MCAsmStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment, SMLoc Loc) { in emitCFIAdjustCfaOffset()
2110 void MCAsmStreamer::emitCFIUndefined(int64_t Register, SMLoc Loc) { in emitCFIUndefined()
2118 SMLoc Loc) { in emitCFIRegister()
2127 void MCAsmStreamer::emitCFIWindowSave(SMLoc Loc) { in emitCFIWindowSave()
2133 void MCAsmStreamer::emitCFINegateRAState(SMLoc Loc) { in emitCFINegateRAState()
2146 void MCAsmStreamer::emitCFILabelDirective(SMLoc Loc, StringRef Name) { in emitCFILabelDirective()
2164 void MCAsmStreamer::emitWinCFIStartProc(const MCSymbol *Symbol, SMLoc Loc) { in emitWinCFIStartProc()
2172 void MCAsmStreamer::emitWinCFIEndProc(SMLoc Loc) { in emitWinCFIEndProc()
2179 void MCAsmStreamer::emitWinCFIFuncletOrFuncEnd(SMLoc Loc) { in emitWinCFIFuncletOrFuncEnd()
2186 void MCAsmStreamer::emitWinCFIStartChained(SMLoc Loc) { in emitWinCFIStartChained()
2193 void MCAsmStreamer::emitWinCFIEndChained(SMLoc Loc) { in emitWinCFIEndChained()
2201 bool Except, SMLoc Loc) { in emitWinEHHandler()
2217 void MCAsmStreamer::emitWinEHHandlerData(SMLoc Loc) { in emitWinEHHandlerData()
2239 void MCAsmStreamer::emitWinCFIPushReg(MCRegister Register, SMLoc Loc) { in emitWinCFIPushReg()
2248 SMLoc Loc) { in emitWinCFISetFrame()
2257 void MCAsmStreamer::emitWinCFIAllocStack(unsigned Size, SMLoc Loc) { in emitWinCFIAllocStack()
2265 SMLoc Loc) { in emitWinCFISaveReg()
2275 SMLoc Loc) { in emitWinCFISaveXMM()
2284 void MCAsmStreamer::emitWinCFIPushFrame(bool Code, SMLoc Loc) { in emitWinCFIPushFrame()
2293 void MCAsmStreamer::emitWinCFIEndProlog(SMLoc Loc) { in emitWinCFIEndProlog()