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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 62 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
106 bool MBlazeAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 153 /// writeNopData - Write an (optimal) nop sequence of Count bytes to the given
158 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 60 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 235 /// WriteNopData - Write an (optimal) nop sequence of Count bytes
240 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 134 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 41 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
220 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 121 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
285 bool X86AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 131 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
221 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/MC/
MCAssembler.cpp 538 if (!Asm.getBackend().writeNopData(DistanceToBoundary, OW))
543 if (!Asm.getBackend().writeNopData(BundlePadding, OW))
577 if (!Asm.getBackend().writeNopData(Count, OW))
    [all...]

Completed in 429 milliseconds