Displaying 3 results from an estimated 3 matches for "deallocatefunctionbody".
2013 Oct 01
2
[LLVMdev] JITMemoryManager
...virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
return mgr()->allocateSpace(Size, Alignment);
}
virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
return mgr()->allocateGlobal(Size, Alignment);
}
virtual void deallocateFunctionBody(void *Body) {
return mgr()->deallocateFunctionBody(Body);
}
#if HAVE_LLVM < 0x0304
virtual uint8_t *startExceptionTable(const llvm::Function *F,
uintptr_t &ActualSize) {
return mgr()->startExceptionTable(F, Actual...
2013 Oct 02
0
[LLVMdev] JITMemoryManager
...ocateSpace(intptr_t Size, unsigned Alignment) {
> return mgr()->allocateSpace(Size, Alignment);
> }
> virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
> return mgr()->allocateGlobal(Size, Alignment);
> }
> virtual void deallocateFunctionBody(void *Body) {
> return mgr()->deallocateFunctionBody(Body);
> }
> #if HAVE_LLVM < 0x0304
> virtual uint8_t *startExceptionTable(const llvm::Function *F,
> uintptr_t &ActualSize) {
> return mgr()->star...
2013 Oct 02
3
[LLVMdev] JITMemoryManager
..., unsigned Alignment) {
>> return mgr()->allocateSpace(Size, Alignment);
>> }
>> virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
>> return mgr()->allocateGlobal(Size, Alignment);
>> }
>> virtual void deallocateFunctionBody(void *Body) {
>> return mgr()->deallocateFunctionBody(Body);
>> }
>> #if HAVE_LLVM < 0x0304
>> virtual uint8_t *startExceptionTable(const llvm::Function *F,
>> uintptr_t &ActualSize) {
>>...