Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteMemoryManager.cpp201 uint8_t *RemoteMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in RemoteMemoryManager
/external/lldb/source/Expression/
DIRExecutionUnit.cpp539 IRExecutionUnit::MemoryManager::allocateGlobal(uintptr_t Size, in allocateGlobal() function in IRExecutionUnit::MemoryManager
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp465 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) override { in allocateGlobal() function in __anon2258c4930211::DefaultJITMemoryManager
DJITEmitter.cpp1009 void *JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in JITEmitter
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp155 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon1b7a429b0111::RecordingJITMemoryManager