| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| D | WebAssemblyAsmBackend.cpp | 62 bool writeNopData(raw_ostream &OS, uint64_t Count, 87 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon39c5efbb0111::WebAssemblyAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/ |
| D | BPFAsmBackend.cpp | 46 bool writeNopData(raw_ostream &OS, uint64_t Count, 52 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in BPFAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
| D | LanaiAsmBackend.cpp | 72 bool writeNopData(raw_ostream &OS, uint64_t Count, 76 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon86a68b690111::LanaiAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| D | MSP430AsmBackend.cpp | 93 bool writeNopData(raw_ostream &OS, uint64_t Count, 151 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon5262cc0d0111::MSP430AsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| D | SystemZMCAsmBackend.cpp | 105 bool writeNopData(raw_ostream &OS, uint64_t Count, 188 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| D | AMDGPUAsmBackend.cpp | 50 bool writeNopData(raw_ostream &OS, uint64_t Count, 201 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AMDGPUAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRAsmBackend.h | 59 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| D | AVRAsmBackend.cpp | 497 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in llvm::AVRAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.h | 66 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| D | MipsAsmBackend.cpp | 532 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in MipsAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAsmBackend.h | 66 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| D | ARMAsmBackend.cpp | 362 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in ARMAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVAsmBackend.h | 99 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| D | RISCVAsmBackend.cpp | 336 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in RISCVAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCAssembler.cpp | 501 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in writeFragmentPadding() 506 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding() 552 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment() 657 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment() 676 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCAsmBackend.h | 202 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
| D | VEAsmBackend.cpp | 170 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonf6abc1350111::VEAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64AsmBackend.cpp | 95 bool writeNopData(raw_ostream &OS, uint64_t Count, 464 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AArch64AsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCAsmBackend.cpp | 201 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonfbad1d420111::PPCAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
| D | SparcAsmBackend.cpp | 321 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon1297d1110111::SparcAsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86AsmBackend.cpp | 207 bool writeNopData(raw_ostream &OS, uint64_t Count, 1019 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in X86AsmBackend
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonAsmBackend.cpp | 690 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon86307cd30111::HexagonAsmBackend
|