Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp62 bool writeNopData(raw_ostream &OS, uint64_t Count,
87 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone98448360111::WebAssemblyAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp46 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/
H A DLanaiAsmBackend.cpp72 bool writeNopData(raw_ostream &OS, uint64_t Count,
76 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anoncab413640111::LanaiAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp93 bool writeNopData(raw_ostream &OS, uint64_t Count,
151 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anoncff23ec80111::MSP430AsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp85 bool writeNopData(raw_ostream &OS, uint64_t Count,
204 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in M68kAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp105 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/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp50 bool writeNopData(raw_ostream &OS, uint64_t Count,
183 bool XtensaMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in XtensaMCAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp50 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/SPIRV/MCTargetDesc/
H A DSPIRVAsmBackend.cpp50 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anoneb7afee20111::SPIRVAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h61 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DLoongArchAsmBackend.cpp180 bool LoongArchAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in LoongArchAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h59 bool writeNopData(raw_ostream &OS, uint64_t Count,
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h52 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DCSKYAsmBackend.cpp347 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in CSKYAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h66 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DMipsAsmBackend.cpp532 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in MipsAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h66 bool writeNopData(raw_ostream &OS, uint64_t Count,
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h99 bool writeNopData(raw_ostream &OS, uint64_t Count,
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp90 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon2d5ee74d0111::DXILAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp501 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/
H A DMCAsmBackend.h202 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp170 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonf25da8f00111::VEAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp95 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/
H A DPPCAsmBackend.cpp201 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon3fbaa53d0111::PPCAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp321 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon56a5590c0111::SparcAsmBackend

12