Lines Matching refs:MCSymbol
34 class MCSymbol; variable
137 MCSymbol *Label;
145 MCDwarfLineEntry(MCSymbol *label, const MCDwarfLoc loc) in MCDwarfLineEntry()
148 MCSymbol *getLabel() const { return Label; } in getLabel()
197 MCSymbol *Label;
206 std::pair<MCSymbol *, MCSymbol *> Emit(MCStreamer *MCOS,
208 std::pair<MCSymbol *, MCSymbol *>
239 MCSymbol *getLabel() const { in getLabel()
243 void setLabel(MCSymbol *Label) { in setLabel()
306 MCSymbol *Label;
310 MCSymbol *label) in MCGenDwarfLabelEntry()
317 MCSymbol *getLabel() const { return Label; } in getLabel()
321 static void Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr,
347 MCSymbol *Label;
355 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) in MCCFIInstruction()
361 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
369 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register, in createDefCfa()
376 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister()
383 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) { in createDefCfaOffset()
390 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset()
396 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset()
404 static MCCFIInstruction createRelOffset(MCSymbol *L, unsigned Register, in createRelOffset()
411 static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1, in createRegister()
417 static MCCFIInstruction createWindowSave(MCSymbol *L) { in createWindowSave()
424 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore()
430 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined()
436 static MCCFIInstruction createSameValue(MCSymbol *L, unsigned Register) { in createSameValue()
441 static MCCFIInstruction createRememberState(MCSymbol *L) { in createRememberState()
446 static MCCFIInstruction createRestoreState(MCSymbol *L) { in createRestoreState()
452 static MCCFIInstruction createEscape(MCSymbol *L, StringRef Vals) { in createEscape()
457 static MCCFIInstruction createGnuArgsSize(MCSymbol *L, int Size) { in createGnuArgsSize()
462 MCSymbol *getLabel() const { return Label; } in getLabel()
496 MCSymbol *Begin;
497 MCSymbol *End;
498 const MCSymbol *Personality;
499 const MCSymbol *Lsda;