Lines Matching refs:MCSymbol
28 class MCSymbol; variable
40 MCSymbol *LabelBegin;
63 const MCSymbol *BaseAddress;
92 const MCSymbol *Label);
97 const MCSymbol *Label);
101 const MCSymbol *Hi, const MCSymbol *Lo);
114 void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
119 const MCSymbol *Label,
120 const MCSymbol *Sec);
175 const MCSymbol *getSectionSym() const { in getSectionSym()
187 MCSymbol *getLabelBegin() const { in getLabelBegin()
237 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
238 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()