Searched refs:writeNopData (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp81 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
84 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:__anon2708::LanaiAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp70 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
120 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:SystemZMCAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp54 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
59 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:BPFAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp70 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, function in class:__anon2428::WebAssemblyAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h68 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DAVRAsmBackend.cpp456 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:llvm::AVRAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h88 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DMipsAsmBackend.cpp521 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:MipsAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp101 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
158 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:__anon2715::MSP430AsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DARMAsmBackend.cpp344 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:ARMAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h181 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp49 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
174 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:AMDGPUAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h150 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DRISCVAsmBackend.cpp136 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:RISCVAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp187 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp279 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp91 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
460 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:AArch64AsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp486 if (!getBackend().writeNopData(OS, DistanceToBoundary))
491 if (!getBackend().writeNopData(OS, BundlePadding))
537 if (!Asm.getBackend().writeNopData(OS, Count))
618 if (!Asm.getBackend().writeNopData(OS, FragmentSize))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp177 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
638 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { function in class:X86AsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp683 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {

Completed in 234 milliseconds