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

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 31 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
32 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
Thumb1InstrInfo.cpp 28 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
29 void Thumb1InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
Thumb2InstrInfo.cpp 36 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
37 void Thumb2InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 541 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
542 virtual void getNoopForMachoTarget(MCInst &NopInst) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 111 milliseconds