Searched refs:mang (Results 1 - 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
H A D | MBlazeMCInstLower.h | 35 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 D | MSP430MCInstLower.h | 35 MSP430MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer) argument 36 : Ctx(ctx), Mang(mang), Printer(printer) {}
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.h | 32 void Initialize(Mangler *mang, MCContext *C);
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
H A D | MipsMCInstLower.h | 34 MipsMCInstLower(Mangler *mang, const MachineFunction &MF,
|
H A D | MipsMCInstLower.cpp | 27 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 D | X86MCInstLower.h | 38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
|
H A D | X86MCInstLower.cpp | 32 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf, argument 34 : Ctx(mf.getContext()), Mang(mang), MF(mf), TM(mf.getTarget()),
|
Completed in 136 milliseconds