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

1 2

  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 61 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
64 bool WebAssemblyAsmBackend::writeNopData(uint64_t Count,
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 53 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
56 bool BPFAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 75 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
78 bool LanaiAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 65 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
106 bool SystemZMCAsmBackend::writeNopData(uint64_t Count,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 55 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
60 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
121 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 70 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS,
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 122 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 69 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 83 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 69 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 89 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
Nios2AsmBackend.h 39 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
Nios2AsmBackend.cpp 120 bool Nios2AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 61 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
144 bool AMDGPUAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 52 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
147 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 82 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
85 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmBackend.h 153 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 177 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp 115 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
204 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 83 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
322 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 257 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 477 if (!getBackend().writeNopData(OS, DistanceToBoundary))
482 if (!getBackend().writeNopData(OS, BundlePadding))
528 if (!Asm.getBackend().writeNopData(OS, Count))
608 if (!Asm.getBackend().writeNopData(OS, FragmentSize))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 181 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {

Completed in 1408 milliseconds

1 2