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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 152 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 94 uint8_t *RecordingMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 408 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
411 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment);
    [all...]
JITMemoryManager.cpp 460 /// allocateGlobal - Allocate memory for a global.
461 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 131 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
132 return Base->allocateGlobal(Size, Alignment);

Completed in 145 milliseconds