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 __anone269c0700111::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 __anon3a4bb5ec0111::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 __anonc69f693d0111::PPCAsmBackend
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp415 if (!Asm.getBackend().WriteNopData(Count, OW)) in WriteFragmentData()