Lines Matching refs:MCSymbol
28 class MCSymbol; variable
40 MCSymbol *LabelBegin;
57 const MCSymbol *BaseAddress;
87 const MCSymbol *Label);
92 const MCSymbol *Label);
95 void addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
96 const MCSymbol *Lo);
105 void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
110 const MCSymbol *Label, const MCSymbol *Sec);
168 const MCSymbol *getSectionSym() const { in getSectionSym()
180 MCSymbol *getLabelBegin() const { in getLabelBegin()
228 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
229 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()