HomeSort by relevance Sort by last modified time
    Searched defs:Mang (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 30 Mangler *Mang;
34 void Initialize(Mangler *mang, MCContext *C);
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 27 Mangler *Mang;
32 SystemZMCInstLower(Mangler *mang, MCContext &ctx,
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 28 Mangler *Mang;
32 void Initialize(Mangler *mang, MCContext *C);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 86 Mangler *Mang;
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 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)
    [all...]

Completed in 264 milliseconds