Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCAsmInfo.cpp22 WebAssemblyMCAsmInfo::~WebAssemblyMCAsmInfo() {} in ~WebAssemblyMCAsmInfo()
24 WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T) { in WebAssemblyMCAsmInfo() function in WebAssemblyMCAsmInfo
DWebAssemblyMCAsmInfo.h24 class WebAssemblyMCAsmInfo final : public MCAsmInfoELF {
26 explicit WebAssemblyMCAsmInfo(const Triple &T);
27 ~WebAssemblyMCAsmInfo() override;
DCMakeLists.txt4 WebAssemblyMCAsmInfo.cpp
DWebAssemblyMCTargetDesc.cpp39 return new WebAssemblyMCAsmInfo(TT); in createMCAsmInfo()