HomeSort by: relevance | last modified time | path
    Searched refs:writeNopData (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.h 42 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
CSKYAsmBackend.cpp 148 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 62 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
86 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 46 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
51 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
75 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 62 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
112 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 58 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
AVRAsmBackend.cpp 458 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 66 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
MipsAsmBackend.cpp 516 /// WriteNopData - Write an (optimal) nop sequence of Count bytes
521 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kAsmBackend.cpp 85 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
203 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 93 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
150 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
ARMAsmBackend.cpp 360 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 188 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 111 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
RISCVAsmBackend.cpp 203 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 47 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
172 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEAsmBackend.cpp 167 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 199 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 277 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 496 if (!getBackend().writeNopData(OS, DistanceToBoundary))
501 if (!getBackend().writeNopData(OS, BundlePadding))
547 if (!Asm.getBackend().writeNopData(OS, Count))
650 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit)) {
667 if (!Asm.getBackend().writeNopData(OS, FragmentSize))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 95 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
459 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 689 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 212 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
1104 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {

Completed in 92 milliseconds