Home
last modified time | relevance | path

Searched defs:allocateGlobal (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMRoutineManager.cpp107 uint8_t *LLVMRoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment) in allocateGlobal() function in rr::LLVMRoutineManager
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp281 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in DelegatingJITMemoryManager
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp440 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anone29d22b10211::DefaultJITMemoryManager
DJITEmitter.cpp1062 void* JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in JITEmitter
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp119 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anona47825790111::RecordingJITMemoryManager