Lines Matching refs:MCSymbol
53 void MCTargetStreamer::emitLabel(MCSymbol *Symbol) {} in emitLabel()
91 void MCTargetStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) {} in emitAssignment()
183 void MCStreamer::emitSymbolValue(const MCSymbol *Sym, unsigned Size, in emitSymbolValue()
270 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
347 const MCSymbol *Begin, in emitCVLinetableDirective()
348 const MCSymbol *End) {} in emitCVLinetableDirective()
353 const MCSymbol *FnStartSym, in emitCVInlineLinetableDirective()
354 const MCSymbol *FnEndSym) {} in emitCVInlineLinetableDirective()
369 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in emitCVDefRangeDirective() argument
373 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in emitCVDefRangeDirective() argument
381 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in emitCVDefRangeDirective() argument
390 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in emitCVDefRangeDirective() argument
398 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in emitCVDefRangeDirective() argument
406 void MCStreamer::emitEHSymAttributes(const MCSymbol *Symbol, in emitEHSymAttributes()
407 MCSymbol *EHSymbol) { in emitEHSymAttributes()
414 void MCStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
433 void MCStreamer::emitConditionalAssignment(MCSymbol *Symbol, in emitConditionalAssignment()
477 Frame.End = (MCSymbol *)1; in emitCFIEndProcImpl()
480 MCSymbol *MCStreamer::emitCFILabel() { in emitCFILabel()
483 return (MCSymbol *)1; in emitCFILabel()
487 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa()
498 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset()
508 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset()
518 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister()
530 MCSymbol *Label = emitCFILabel(); in emitCFILLVMDefAspaceCfa()
541 MCSymbol *Label = emitCFILabel(); in emitCFIOffset()
551 MCSymbol *Label = emitCFILabel(); in emitCFIRelOffset()
560 void MCStreamer::emitCFIPersonality(const MCSymbol *Sym, in emitCFIPersonality()
569 void MCStreamer::emitCFILsda(const MCSymbol *Sym, unsigned Encoding) { in emitCFILsda()
578 MCSymbol *Label = emitCFILabel(); in emitCFIRememberState()
589 MCSymbol *Label = emitCFILabel(); in emitCFIRestoreState()
599 MCSymbol *Label = emitCFILabel(); in emitCFISameValue()
609 MCSymbol *Label = emitCFILabel(); in emitCFIRestore()
619 MCSymbol *Label = emitCFILabel(); in emitCFIEscape()
629 MCSymbol *Label = emitCFILabel(); in emitCFIGnuArgsSize()
646 MCSymbol *Label = emitCFILabel(); in emitCFIUndefined()
657 MCSymbol *Label = emitCFILabel(); in emitCFIRegister()
667 MCSymbol *Label = emitCFILabel(); in emitCFIWindowSave()
676 MCSymbol *Label = emitCFILabel(); in emitCFINegateRAState()
693 MCSymbol *Label = emitCFILabel(); in emitCFILabelDirective()
694 MCSymbol *Sym = getContext().getOrCreateSymbol(Name); in emitCFILabelDirective()
714 void MCStreamer::emitWinCFIStartProc(const MCSymbol *Symbol, SMLoc Loc) { in emitWinCFIStartProc()
723 MCSymbol *StartProc = emitCFILabel(); in emitWinCFIStartProc()
739 MCSymbol *Label = emitCFILabel(); in emitWinCFIEndProc()
757 MCSymbol *Label = emitCFILabel(); in emitWinCFIFuncletOrFuncEnd()
766 MCSymbol *StartProc = emitCFILabel(); in emitWinCFIStartChained()
782 MCSymbol *Label = emitCFILabel(); in emitWinCFIEndChained()
788 void MCStreamer::emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, in emitWinEHHandler()
830 const MCSymbol *KeySym = nullptr; in getWinCFISection()
874 MCSymbol *Label = emitCFILabel(); in emitWinCFIPushReg()
895 MCSymbol *Label = emitCFILabel(); in emitWinCFISetFrame()
914 MCSymbol *Label = emitCFILabel(); in emitWinCFIAllocStack()
930 MCSymbol *Label = emitCFILabel(); in emitWinCFISaveReg()
945 MCSymbol *Label = emitCFILabel(); in emitWinCFISaveXMM()
960 MCSymbol *Label = emitCFILabel(); in emitWinCFIPushFrame()
971 MCSymbol *Label = emitCFILabel(); in emitWinCFIEndProlog()
976 void MCStreamer::emitCOFFSafeSEH(MCSymbol const *Symbol) {} in emitCOFFSafeSEH()
978 void MCStreamer::emitCOFFSymbolIndex(MCSymbol const *Symbol) {} in emitCOFFSymbolIndex()
980 void MCStreamer::emitCOFFSectionIndex(MCSymbol const *Symbol) {} in emitCOFFSectionIndex()
982 void MCStreamer::emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) {} in emitCOFFSecRel32()
984 void MCStreamer::emitCOFFImgRel32(MCSymbol const *Symbol, int64_t Offset) {} in emitCOFFImgRel32()
1036 MCSymbol *MCStreamer::emitDwarfUnitLength(const Twine &Prefix, in emitDwarfUnitLength()
1040 MCSymbol *Lo = Context.createTempSymbol(Prefix + "_start"); in emitDwarfUnitLength()
1041 MCSymbol *Hi = Context.createTempSymbol(Prefix + "_end"); in emitDwarfUnitLength()
1051 void MCStreamer::emitDwarfLineStartLabel(MCSymbol *StartSym) { in emitDwarfLineStartLabel()
1056 void MCStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in emitAssignment()
1072 void MCStreamer::visitUsedSymbol(const MCSymbol &Sym) { in visitUsedSymbol()
1111 MCSymbol *FnSym) { in emitPseudoProbe()
1115 MCSymbol *ProbeSym = Context.createTempSymbol(); in emitPseudoProbe()
1128 void MCStreamer::emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo, in emitAbsoluteSymbolDiff()
1142 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff()
1147 void MCStreamer::emitAbsoluteSymbolDiffAsULEB128(const MCSymbol *Hi, in emitAbsoluteSymbolDiffAsULEB128()
1148 const MCSymbol *Lo) { in emitAbsoluteSymbolDiffAsULEB128()
1158 void MCStreamer::emitThumbFunc(MCSymbol *Func) {} in emitThumbFunc()
1159 void MCStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) {} in emitSymbolDesc()
1160 void MCStreamer::beginCOFFSymbolDef(const MCSymbol *Symbol) { in beginCOFFSymbolDef()
1177 void MCStreamer::emitXCOFFLocalCommonSymbol(MCSymbol *LabelSym, uint64_t Size, in emitXCOFFLocalCommonSymbol()
1178 MCSymbol *CsectSym, in emitXCOFFLocalCommonSymbol()
1183 void MCStreamer::emitXCOFFSymbolLinkageWithVisibility(MCSymbol *Symbol, in emitXCOFFSymbolLinkageWithVisibility()
1190 void MCStreamer::emitXCOFFRenameDirective(const MCSymbol *Name, in emitXCOFFRenameDirective()
1193 void MCStreamer::emitXCOFFRefDirective(const MCSymbol *Symbol) { in emitXCOFFRefDirective()
1197 void MCStreamer::emitXCOFFExceptDirective(const MCSymbol *Symbol, in emitXCOFFExceptDirective()
1198 const MCSymbol *Trap, in emitXCOFFExceptDirective()
1211 void MCStreamer::emitELFSize(MCSymbol *Symbol, const MCExpr *Value) {} in emitELFSize()
1212 void MCStreamer::emitELFSymverDirective(const MCSymbol *OriginalSym, in emitELFSymverDirective()
1214 void MCStreamer::emitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitLocalCommonSymbol()
1216 void MCStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
1221 void MCStreamer::emitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) {} in emitWeakReference()
1267 MCSymbol *Sym = Section->getBeginSymbol(); in switchSection()
1298 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection()
1301 MCSymbol *Sym = Section->getEndSymbol(Context); in endSection()