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

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp 27 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
28 void Thumb1InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
Thumb2InstrInfo.cpp 35 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
36 void Thumb2InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
ARMInstrInfo.cpp 35 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
36 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 375 void TargetInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 339 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
340 void PPCInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 254 milliseconds