Home | History | Annotate | Download | only in X86

Lines Matching defs:Mang

37   Mangler *Mang;
43 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
57 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf,
59 : Ctx(mf.getContext()), Mang(mang), MF(mf), TM(mf.getTarget()),
84 Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
113 StubValueTy(Mang->getSymbol(MO.getGlobal()),
127 StubValueTy(Mang->getSymbol(MO.getGlobal()),
143 StubValueTy(Mang->getSymbol(MO.getGlobal()),
689 X86MCInstLower MCInstLowering(Mang, *MF, *this);