|
LLVM 22.0.0git
|
This file is part of the WebAssembly Assembler. More...
#include "AsmParser/WebAssemblyAsmTypeCheck.h"#include "MCTargetDesc/WebAssemblyMCAsmInfo.h"#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"#include "MCTargetDesc/WebAssemblyMCTypeUtilities.h"#include "MCTargetDesc/WebAssemblyTargetStreamer.h"#include "TargetInfo/WebAssemblyTargetInfo.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCParser/AsmLexer.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCParser/MCTargetAsmParser.h"#include "llvm/MC/MCSectionWasm.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCSymbolWasm.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/SourceMgr.h"#include "WebAssemblyGenAsmMatcher.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "wasm-asm-parser" |
| #define | GET_ASSEMBLER_HEADER |
| #define | GET_REGISTER_MATCHER |
| #define | GET_SUBTARGET_FEATURE_NAME |
| #define | GET_MATCHER_IMPLEMENTATION |
Functions | |
| static const char * | getSubtargetFeatureName (uint64_t Val) |
| LLVM_ABI LLVM_EXTERNAL_VISIBILITY void | LLVMInitializeWebAssemblyAsmParser () |
| StringRef | getMnemonic (unsigned Opc) |
This file is part of the WebAssembly Assembler.
It contains code to translate a parsed .s file into MCInsts.
Definition in file WebAssemblyAsmParser.cpp.
| #define DEBUG_TYPE "wasm-asm-parser" |
Definition at line 40 of file WebAssemblyAsmParser.cpp.
| #define GET_ASSEMBLER_HEADER |
Definition at line 311 of file WebAssemblyAsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 1306 of file WebAssemblyAsmParser.cpp.
| #define GET_REGISTER_MATCHER |
Definition at line 1304 of file WebAssemblyAsmParser.cpp.
| #define GET_SUBTARGET_FEATURE_NAME |
Definition at line 1305 of file WebAssemblyAsmParser.cpp.
Definition at line 1309 of file WebAssemblyAsmParser.cpp.
Referenced by llvm::WebAssemblyAsmTypeCheck::typeCheck().
References Float, and llvm::Integer.
| LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeWebAssemblyAsmParser | ( | ) |
Definition at line 1299 of file WebAssemblyAsmParser.cpp.
References llvm::getTheWebAssemblyTarget32(), llvm::getTheWebAssemblyTarget64(), X, and Y.