HomeSort by relevance Sort by last modified time
    Searched defs:allocateSpace (Results 1 - 11 of 11) 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/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/
JITMemoryManager.cpp 436 /// allocateSpace - Allocate a memory block of the given size. This method
438 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
    [all...]
JITEmitter.cpp 394 /// allocateSpace - Reserves space in the current block if any, or
396 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
398 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 147 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
148 return Base->allocateSpace(Size, Alignment);
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2920 milliseconds