Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRecordingMemoryManager.cpp66 uint8_t *RecordingMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in RecordingMemoryManager
Dlli.cpp263 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in LLIMCJITMemoryManager
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp457 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anonc4b138420211::DefaultJITMemoryManager
DJITEmitter.cpp1049 void *JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in JITEmitter
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp131 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anona324bcaa0111::RecordingJITMemoryManager