Searched refs:allocateSpace (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/tools/lli/
H A DRemoteTarget.h44 bool allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address);
H A DRecordingMemoryManager.h66 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
H A DRemoteTarget.cpp23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, function in class:RemoteTarget
H A DRecordingMemoryManager.cpp62 uint8_t *RecordingMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { function in class:RecordingMemoryManager
H A Dlli.cpp259 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:LLIMCJITMemoryManager
429 if (T->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h131 /// allocateSpace - Allocate a memory block of the given size. This method
133 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp409 /// allocateSpace - Reserves space in the current block if any, or
411 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
413 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
1037 void *JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:JITEmitter
1039 return JITCodeEmitter::allocateSpace(Size, Alignment);
1044 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1063 ConstantPoolBase = allocateSpace(Size, Align);
1113 JumpTableBase = allocateSpace(NumEntries * EntrySize,
H A DJITDwarfEmitter.cpp490 JCE->allocateSpace(4, 0);
548 JCE->allocateSpace(4, 0);
H A DJIT.cpp834 Ptr = (char*)JCE->allocateSpace(S, A);
H A DJITMemoryManager.cpp432 /// allocateSpace - Allocate a memory block of the given size. This method
434 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon10321::DefaultJITMemoryManager
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DJITCodeEmitter.h254 /// allocateSpace - Allocate a block of space in the current output buffer,
257 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:llvm::JITCodeEmitter
274 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
H A DMachineCodeEmitter.h256 /// allocateSpace - Allocate a block of space in the current output buffer,
259 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:llvm::MachineCodeEmitter
/macosx-10.10/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp128 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon10819::RecordingJITMemoryManager
129 return Base->allocateSpace(Size, Alignment);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c49415 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]

Completed in 617 milliseconds