Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp62 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
86 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, in writeNopData() function in __anonb7d471ea0111::WebAssemblyAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp62 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
112 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in SystemZMCAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
75 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon79e10f180111::LanaiAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp46 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
51 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in BPFAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp93 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
150 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anonfe4cf77c0111::MSP430AsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp85 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
203 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in M68kAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp47 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
172 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AMDGPUAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h42 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DCSKYAsmBackend.cpp148 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in CSKYAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h58 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DAVRAsmBackend.cpp458 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in llvm::AVRAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h66 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DMipsAsmBackend.cpp521 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in MipsAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DARMAsmBackend.cpp360 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in ARMAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp496 if (!getBackend().writeNopData(OS, DistanceToBoundary)) in writeFragmentPadding()
501 if (!getBackend().writeNopData(OS, BundlePadding)) in writeFragmentPadding()
547 if (!Asm.getBackend().writeNopData(OS, Count)) in writeFragment()
650 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit)) { in writeFragment()
667 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) in writeFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h111 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DRISCVAsmBackend.cpp203 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in RISCVAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h188 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp167 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon4434eda40111::VEAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp95 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
459 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AArch64AsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp277 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon05d254c00111::SparcAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp199 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anoneee7a0f10111::PPCAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp689 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anond55340020111::HexagonAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp212 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
1104 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in X86AsmBackend