Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h25 class MCSymbolWasm; variable
104 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType()
106 void emitGlobalType(const MCSymbolWasm *) override {} in emitGlobalType()
107 void emitEventType(const MCSymbolWasm *) override {} in emitEventType()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h36 MCSymbolWasm(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolWasm() function
DMCContext.h58 class MCSymbolWasm; variable