Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp457 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anone4e61c800211::DefaultJITMemoryManager
DJITEmitter.cpp1044 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 __anonfdd3d9a80111::RecordingJITMemoryManager