Home
last modified time | relevance | path

Searched defs:MCSymbolWasm (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h24 class MCSymbolWasm; variable
108 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType()
110 void emitGlobalType(const MCSymbolWasm *) override {} in emitGlobalType()
111 void emitTableType(const MCSymbolWasm *) override {} in emitTableType()
112 void emitEventType(const MCSymbolWasm *) override {} in emitEventType()
113 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule()
114 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName()
115 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h24 class MCSymbolWasm; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h21 class MCSymbolWasm; variable
H A DMCSymbolWasm.h37 MCSymbolWasm(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolWasm() function
H A DMCContext.h61 class MCSymbolWasm; variable