Home
last modified time | relevance | path

Searched refs:WriteNopData (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp63 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const;
95 bool MBlazeAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const { in WriteNopData() function in __anon70b6ed070111::MBlazeAsmBackend
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmBackend.h122 virtual bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp71 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const { in WriteNopData() function in __anon6d642f030111::MipsAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp107 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const;
137 bool ARMAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const { in WriteNopData() function in ARMAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp112 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const;
268 bool X86AsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const { in WriteNopData() function in X86AsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp102 bool WriteNopData(uint64_t Count, MCObjectWriter *OW) const { in WriteNopData() function in __anon21ba84140111::PPCAsmBackend
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp415 if (!Asm.getBackend().WriteNopData(Count, OW)) in WriteFragmentData()