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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 63 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const;
95 bool MBlazeAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 66 /// WriteNopData - Write an (optimal) nop sequence of Count bytes to the given
71 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 102 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 112 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const;
265 /// WriteNopData - Write optimal nops to the output file for the \arg Count
268 bool X86AsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 107 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const;
137 bool ARMAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {

Completed in 195 milliseconds