Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

root/gen/runtime.h

Revision 52:0c77619e803b, 256 bytes (checked in by lindquist, 5 years ago)

[svn r56] Initial support for TypeInfo?.
Enums not work.
Several other bugfixes.

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.
Copyright © 2008, LDC Development Team.