Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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, in writeNopData() function in __anon06c724040111::WebAssemblyAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
121 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in SystemZMCAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp55 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
60 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in BPFAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp82 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
85 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon917c4a320111::LanaiAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp102 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
159 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon69a361160111::MSP430AsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp52 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
147 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AMDGPUAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h69 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DAVRAsmBackend.cpp457 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in llvm::AVRAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h89 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DMipsAsmBackend.cpp525 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in MipsAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DARMAsmBackend.cpp296 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in ARMAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h109 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DRISCVAsmBackend.cpp148 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in RISCVAsmBackend
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h153 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp478 if (!getBackend().writeNopData(OS, DistanceToBoundary)) in writeFragmentPadding()
483 if (!getBackend().writeNopData(OS, BundlePadding)) in writeFragmentPadding()
529 if (!Asm.getBackend().writeNopData(OS, Count)) in writeFragment()
609 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) in writeFragment()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp181 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon0682dc0b0111::PPCAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp280 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon1d6d8fda0111::SparcAsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp87 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
433 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AArch64AsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp131 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
321 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in X86AsmBackend
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp687 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon6fea781c0111::HexagonAsmBackend