HomeSort by relevance Sort by last modified time
    Searched defs:allocateSpace (Results 1 - 10 of 10) sorted by null

  /external/llvm/tools/lli/
RemoteTarget.cpp 23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment,
RecordingMemoryManager.cpp 90 uint8_t *RecordingMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) {
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 148 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 253 /// allocateSpace - Allocate a block of space in the current output buffer,
256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) {
273 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
MachineCodeEmitter.h 255 /// allocateSpace - Allocate a block of space in the current output buffer,
258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 404 /// allocateSpace - Reserves space in the current block if any, or
406 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
408 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
    [all...]
JITMemoryManager.cpp 436 /// allocateSpace - Allocate a memory block of the given size. This method
438 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 128 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
129 return Base->allocateSpace(Size, Alignment);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1080 milliseconds