| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 70 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 D | SystemZMCAsmBackend.cpp | 71 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 D | BPFAsmBackend.cpp | 55 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 D | LanaiAsmBackend.cpp | 82 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 D | MSP430AsmBackend.cpp | 102 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 D | AMDGPUAsmBackend.cpp | 52 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 D | AVRAsmBackend.h | 69 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
| H A D | AVRAsmBackend.cpp | 457 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 D | MipsAsmBackend.h | 89 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
| H A D | MipsAsmBackend.cpp | 525 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 D | ARMAsmBackend.h | 71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
| H A D | ARMAsmBackend.cpp | 296 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 D | RISCVAsmBackend.h | 109 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
| H A D | RISCVAsmBackend.cpp | 148 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 D | MCAsmBackend.h | 153 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 478 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 D | PPCAsmBackend.cpp | 181 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 D | SparcAsmBackend.cpp | 280 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 D | AArch64AsmBackend.cpp | 87 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 D | X86AsmBackend.cpp | 131 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 D | HexagonAsmBackend.cpp | 687 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon6fea781c0111::HexagonAsmBackend
|