OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteNopData
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetAsmBackend.h
117
///
WriteNopData
- Write an (optimal) nop sequence of Count bytes to the given
122
virtual bool
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const = 0;
/external/llvm/lib/Target/MBlaze/
MBlazeAsmBackend.cpp
65
bool
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const;
97
bool MBlazeAsmBackend::
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const {
/external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp
69
bool
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const {
/external/llvm/lib/Target/ARM/
ARMAsmBackend.cpp
95
bool
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const;
125
bool ARMAsmBackend::
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const {
/external/llvm/lib/Target/X86/
X86AsmBackend.cpp
105
bool
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const;
258
///
WriteNopData
- Write optimal nops to the output file for the \arg Count
261
bool X86AsmBackend::
WriteNopData
(uint64_t Count, MCObjectWriter *OW) const {
/external/llvm/lib/MC/
MCAssembler.cpp
415
if (!Asm.getBackend().
WriteNopData
(Count, OW))
Completed in 99 milliseconds