Searched refs:WebAssemblyAsmBackend (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 30 class WebAssemblyAsmBackend final : public MCAsmBackend { class 34 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anona897f8570111::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()
|
H A D | CMakeLists.txt | 2 WebAssemblyAsmBackend.cpp
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 32 class WebAssemblyAsmBackend final : public MCAsmBackend { class 37 explicit WebAssemblyAsmBackend(bool Is64Bit, bool IsEmscripten) in WebAssemblyAsmBackend() function in __anon6aa613ff0111::WebAssemblyAsmBackend 67 WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo() 87 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() 95 void WebAssemblyAsmBackend::applyFixup(const MCAssembler &Asm, in applyFixup() 121 WebAssemblyAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter() 128 return new WebAssemblyAsmBackend(TT.isArch64Bit(), TT.isOSEmscripten()); in createWebAssemblyAsmBackend()
|
H A D | CMakeLists.txt | 2 WebAssemblyAsmBackend.cpp
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 32 class WebAssemblyAsmBackend final : public MCAsmBackend { class 37 explicit WebAssemblyAsmBackend(bool Is64Bit, bool IsEmscripten) in WebAssemblyAsmBackend() function in __anon5bebf0390111::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(), TT.isOSEmscripten()); in createWebAssemblyAsmBackend()
|
H A D | CMakeLists.txt | 2 WebAssemblyAsmBackend.cpp
|