HomeSort by relevance Sort by last modified time
    Searched refs:WebAssemblyAsmBackend (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 1 //===-- WebAssemblyAsmBackend.cpp - WebAssembly Assembler Backend ---------===//
11 /// \brief This file implements the WebAssemblyAsmBackend class.
30 class WebAssemblyAsmBackend final : public MCAsmBackend {
34 explicit WebAssemblyAsmBackend(bool Is64Bit)
36 ~WebAssemblyAsmBackend() override {}
64 bool WebAssemblyAsmBackend::writeNopData(uint64_t Count,
73 void WebAssemblyAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
96 WebAssemblyAsmBackend::createObjectWriter(raw_pwrite_stream &OS) const {
102 return new WebAssemblyAsmBackend(TT.isArch64Bit());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 1 //===-- WebAssemblyAsmBackend.cpp - WebAssembly Assembler Backend ---------===//
11 /// This file implements the WebAssemblyAsmBackend class.
33 class WebAssemblyAsmBackend final : public MCAsmBackend {
37 explicit WebAssemblyAsmBackend(bool Is64Bit)
39 ~WebAssemblyAsmBackend() override {}
74 WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS,
101 void WebAssemblyAsmBackend::applyFixup(const MCAssembler &Asm,
127 WebAssemblyAsmBackend::createObjectTargetWriter() const {
134 return new WebAssemblyAsmBackend(TT.isArch64Bit())
    [all...]

Completed in 323 milliseconds