Home
last modified time | relevance | path

Searched refs:WebAssemblyAsmBackend (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp33 class WebAssemblyAsmBackend final : public MCAsmBackend { class
37 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anon69dc64190111::WebAssemblyAsmBackend
39 ~WebAssemblyAsmBackend() override {} in ~WebAssemblyAsmBackend()
74 WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, in writeNopData()
101 void WebAssemblyAsmBackend::applyFixup(const MCAssembler &Asm, in applyFixup()
127 WebAssemblyAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()
134 return new WebAssemblyAsmBackend(TT.isArch64Bit()); in createWebAssemblyAsmBackend()
DCMakeLists.txt2 WebAssemblyAsmBackend.cpp
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp30 class WebAssemblyAsmBackend final : public MCAsmBackend { class
34 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anond91b9ae10111::WebAssemblyAsmBackend
36 ~WebAssemblyAsmBackend() override {} in ~WebAssemblyAsmBackend()
64 bool WebAssemblyAsmBackend::writeNopData(uint64_t Count, in writeNopData()
73 void WebAssemblyAsmBackend::applyFixup(const MCFixup &Fixup, char *Data, in applyFixup()
96 WebAssemblyAsmBackend::createObjectWriter(raw_pwrite_stream &OS) const { in createObjectWriter()
102 return new WebAssemblyAsmBackend(TT.isArch64Bit()); in createWebAssemblyAsmBackend()
DCMakeLists.txt2 WebAssemblyAsmBackend.cpp