Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h24 class MCSymbolWasm; variable
103 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType()
105 void emitGlobalType(const MCSymbolWasm *) override {} in emitGlobalType()
106 void emitTableType(const MCSymbolWasm *) override {} in emitTableType()
107 void emitTagType(const MCSymbolWasm *) override {} in emitTagType()
108 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule()
109 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName()
110 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h26 class MCSymbolWasm; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h21 class MCSymbolWasm; variable
H A DMCSymbolWasm.h37 MCSymbolWasm(const MCSymbolTableEntry *Name, bool isTemporary) in MCSymbolWasm() function
H A DMCContext.h66 class MCSymbolWasm; variable