OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNoopForMachoTarget
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp
35
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
36
void ARMInstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
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 {
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
432
void TargetInstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
437
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
438
void PPCInstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 708 milliseconds