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

  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 63 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
105 bool SystemZMCAsmBackend::writeNopData(uint64_t Count,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 136 /// writeNopData - Write an (optimal) nop sequence of Count bytes to the given
141 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 82 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
MipsAsmBackend.cpp 361 /// WriteNopData - Write an (optimal) nop sequence of Count bytes
366 bool MipsAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 58 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 150 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 76 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
244 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 207 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
  /external/llvm/lib/MC/
MCAssembler.cpp 659 if (!Asm.getBackend().writeNopData(DistanceToBoundary, OW))
664 if (!Asm.getBackend().writeNopData(BundlePadding, OW))
698 if (!Asm.getBackend().writeNopData(Count, OW))
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 166 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
276 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 135 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
299 bool X86AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {

Completed in 345 milliseconds