LLVM: lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp File Reference (original) (raw)
Some information in MC lowering / asm printing gets generated as instructions get emitted, but may be necessary at the start, such as for .globaltype declarations. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "wasm-mclower-prepass" |
| Functions |
|---|
Detailed Description
Some information in MC lowering / asm printing gets generated as instructions get emitted, but may be necessary at the start, such as for .globaltype declarations.
This pass collects this information.
Definition in file WebAssemblyMCLowerPrePass.cpp.
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "wasm-mclower-prepass"
Function Documentation
◆ INITIALIZE_PASS()
| INITIALIZE_PASS | ( | WebAssemblyMCLowerPrePass | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "Collects information ahead of time for MC lowering" | , | ||
| false | , | ||
| false | ) |