Searched refs:mang (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeMCInstLower.h35 MBlazeMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer) argument
36 : Ctx(ctx), Mang(mang), Printer(printer) {}
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430MCInstLower.h35 MSP430MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer) argument
36 : Ctx(ctx), Mang(mang), Printer(printer) {}
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h32 void Initialize(Mangler *mang, MCContext *C);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsMCInstLower.h34 MipsMCInstLower(Mangler *mang, const MachineFunction &MF,
H A DMipsMCInstLower.cpp27 MipsMCInstLower::MipsMCInstLower(Mangler *mang, const MachineFunction &mf, argument
29 : Ctx(mf.getContext()), Mang(mang), AsmPrinter(asmprinter) {}
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86MCInstLower.h38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
H A DX86MCInstLower.cpp32 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf, argument
34 : Ctx(mf.getContext()), Mang(mang), MF(mf), TM(mf.getTarget()),

Completed in 136 milliseconds