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

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.h 30 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
31 void getNoopForMachoTarget(MCInst &NopInst) const;
Thumb1InstrInfo.h 29 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
30 void getNoopForMachoTarget(MCInst &NopInst) const;
Thumb2InstrInfo.h 30 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
31 void getNoopForMachoTarget(MCInst &NopInst) const;
Thumb1InstrInfo.cpp 28 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
29 void Thumb1InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
ARMInstrInfo.cpp 35 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
36 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
Thumb2InstrInfo.cpp 37 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
38 void Thumb2InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 645 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
646 virtual void getNoopForMachoTarget(MCInst &NopInst) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 345 virtual void getNoopForMachoTarget(MCInst &NopInst) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 759 TM.getInstrInfo()->getNoopForMachoTarget(Noop);
    [all...]

Completed in 243 milliseconds