LLVM  3.7.0
Macros | Functions
WebAssemblyTargetMachine.cpp File Reference

This file defines the WebAssembly-specific subclass of TargetMachine. More...

#include "WebAssembly.h"
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssemblyTargetMachine.h"
#include "WebAssemblyTargetObjectFile.h"
#include "WebAssemblyTargetTransformInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Transforms/Scalar.h"
Include dependency graph for WebAssemblyTargetMachine.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm"
 

Functions

void LLVMInitializeWebAssemblyTarget ()
 

Detailed Description

This file defines the WebAssembly-specific subclass of TargetMachine.

Definition in file WebAssemblyTargetMachine.cpp.

Macro Definition Documentation

#define DEBUG_TYPE   "wasm"

Definition at line 30 of file WebAssemblyTargetMachine.cpp.

Function Documentation

void LLVMInitializeWebAssemblyTarget ( )