|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp 444 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp 174 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp 350 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp 456 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp 59 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp 683 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp 84 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp 158 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp 521 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp 187 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp 164 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp 279 bool writeNopData(raw_ostream &OS, uint64_t Count) const override {
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp 120 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp 93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS,
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp 317 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const {
References
lib/MC/MCAssembler.cpp 485 if (!getBackend().writeNopData(OS, DistanceToBoundary))
490 if (!getBackend().writeNopData(OS, BundlePadding))
536 if (!Asm.getBackend().writeNopData(OS, Count))
616 if (!Asm.getBackend().writeNopData(OS, FragmentSize))