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

  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 52 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
55 bool BPFAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 60 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
156 bool AMDGPUAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 64 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
105 bool SystemZMCAsmBackend::writeNopData(uint64_t Count,
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 60 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
63 bool WebAssemblyAsmBackend::writeNopData(uint64_t Count,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 408 /// WriteNopData - Write an (optimal) nop sequence of Count bytes
413 bool MipsAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 78 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
246 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 133 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
301 bool X86AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 275 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
    [all...]

Completed in 4016 milliseconds