root/gen/runtime.h
| Revision 52:0c77619e803b, 256 bytes (checked in by lindquist, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | // D runtime support helpers |
| 2 | |
| 3 | bool LLVM_D_InitRuntime(); |
| 4 | void LLVM_D_FreeRuntime(); |
| 5 | |
| 6 | llvm::Function* LLVM_D_GetRuntimeFunction(llvm::Module* target, const char* name); |
| 7 | |
| 8 | llvm::GlobalVariable* LLVM_D_GetRuntimeGlobal(llvm::Module* target, const char* name); |
Note: See TracBrowser for help on using the browser.

