Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3995684
llvmlayer.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 7, 9:06 PM
Size
203 B
Mime Type
text/x-c
Expires
Thu, Jul 9, 9:06 PM (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
271230
Attached To
rXR Xreate
llvmlayer.cpp
View Options
#include "llvmlayer.h"
using namespace llvm;
using namespace xreate;
LLVMLayer::LLVMLayer()
:builder(getGlobalContext())
{
}
void
LLVMLayer::moveToGarbage(void *o)
{
__garbage.push_back(o);
}
Event Timeline
Log In to Comment