forked from OSchip/llvm-project
parent
922b7a186b
commit
a506f5b0fd
|
@ -55,8 +55,8 @@ public:
|
||||||
SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
||||||
Mangler *Mang, const TargetMachine &TM) const;
|
Mangler *Mang, const TargetMachine &TM) const;
|
||||||
|
|
||||||
/// getExprForDwarfGlobalReference - Return an MCExpr to use for a reference
|
/// getTTypeGlobalReference - Return an MCExpr to use for a reference to the
|
||||||
/// to the specified global variable from exception handling information.
|
/// specified type info global variable from exception handling information.
|
||||||
virtual const MCExpr *
|
virtual const MCExpr *
|
||||||
getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
|
getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
|
||||||
MachineModuleInfo *MMI, unsigned Encoding,
|
MachineModuleInfo *MMI, unsigned Encoding,
|
||||||
|
|
Loading…
Reference in New Issue