HomeSort by relevance Sort by last modified time
    Searched refs:X86MCInstLower (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
Android.mk 25 X86MCInstLower.cpp \
X86MCInstLower.cpp 1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
34 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
35 class X86MCInstLower {
43 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
57 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf,
62 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
69 MCSymbol *X86MCInstLower::
158 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO,
334 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const
    [all...]

Completed in 550 milliseconds