Searched refs:getNoopForMachoTarget (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.h30 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
31 void getNoopForMachoTarget(MCInst &NopInst) const;
H A DThumb1InstrInfo.h29 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
30 void getNoopForMachoTarget(MCInst &NopInst) const;
H A DThumb2InstrInfo.h30 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
31 void getNoopForMachoTarget(MCInst &NopInst) const;
H A DARMInstrInfo.cpp31 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
32 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:ARMInstrInfo
H A DThumb1InstrInfo.cpp28 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
29 void Thumb1InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp36 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
37 void Thumb2InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:Thumb2InstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h332 virtual void getNoopForMachoTarget(MCInst &NopInst) const;
H A DX86InstrInfo.cpp4564 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
4565 void X86InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h638 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
639 virtual void getNoopForMachoTarget(MCInst &NopInst) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp742 TM.getInstrInfo()->getNoopForMachoTarget(Noop);

Completed in 156 milliseconds