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

  /external/swiftshader/src/Reactor/
RoutineManager.cpp 105 uint8_t *RoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment)
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 439 /// allocateGlobal - Allocate memory for a global.
440 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
JITEmitter.cpp 412 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
415 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment);
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 119 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) {
120 return Base->allocateGlobal(Size, Alignment);

Completed in 3504 milliseconds