Searched refs:allocateGlobal (Results 1 – 4 of 4) sorted by relevance
190 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment);
194 uint8_t *CodeMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in bcc::CodeMemoryManager
194 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment);
1071 Ptr = allocateGlobal(S, A); in GetMemoryForGV()1364 void *CodeEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in bcc::CodeEmitter1366 return mpMemMgr->allocateGlobal(Size, Alignment); in allocateGlobal()