|
LLVM
8.0.1
|
This file contains a printer that converts from our internal representation of machine-dependent LLVM code to the WebAssembly assembly language. More...
#include "WebAssemblyAsmPrinter.h"#include "InstPrinter/WebAssemblyInstPrinter.h"#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"#include "MCTargetDesc/WebAssemblyTargetStreamer.h"#include "WebAssembly.h"#include "WebAssemblyMCInstLower.h"#include "WebAssemblyMachineFunctionInfo.h"#include "WebAssemblyRegisterInfo.h"#include "llvm/ADT/StringExtras.h"#include "llvm/CodeGen/Analysis.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineConstantPool.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineModuleInfoImpls.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCSectionWasm.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCSymbolWasm.h"#include "llvm/Support/Debug.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
Functions | |
| void | LLVMInitializeWebAssemblyAsmPrinter () |
This file contains a printer that converts from our internal representation of machine-dependent LLVM code to the WebAssembly assembly language.
Definition in file WebAssemblyAsmPrinter.cpp.
| #define DEBUG_TYPE "asm-printer" |
Definition at line 43 of file WebAssemblyAsmPrinter.cpp.
| void LLVMInitializeWebAssemblyAsmPrinter | ( | ) |
Definition at line 339 of file WebAssemblyAsmPrinter.cpp.
References llvm::getTheWebAssemblyTarget32(), llvm::getTheWebAssemblyTarget64(), X, and Y.
1.8.13