Searched defs:getNoopForMachoTarget (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp27 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
28 void Thumb1InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:Thumb1InstrInfo
H A DARMInstrInfo.cpp36 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
37 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:ARMInstrInfo
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/include/llvm/Target/
H A DTargetInstrInfo.h689 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
690 virtual void getNoopForMachoTarget(MCInst &NopInst) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5297 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
5298 void X86InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const { function in class:X86InstrInfo

Completed in 766 milliseconds