Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h24 class MCSymbolWasm; variable
107 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType()
109 void emitGlobalType(const MCSymbolWasm *) override {} in emitGlobalType()
110 void emitTableType(const MCSymbolWasm *) override {} in emitTableType()
111 void emitEventType(const MCSymbolWasm *) override {} in emitEventType()
112 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule()
113 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName()
114 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName()
/external/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()
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionWasm.h21 class MCSymbolWasm; variable
DMCSymbolWasm.h36 MCSymbolWasm(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolWasm() function
DMCContext.h59 class MCSymbolWasm; variable
/external/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