Home
last modified time | relevance | path

Searched refs:allocateStub (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/lli/
DRecordingMemoryManager.h62 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
DRecordingMemoryManager.cpp53 uint8_t *RecordingMemoryManager::allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in RecordingMemoryManager
Dlli.cpp250 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in LLIMCJITMemoryManager
/external/llvm/include/llvm/ExecutionEngine/
DJITMemoryManager.h103 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
/external/llvm/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp271 MemMgr->allocateStub(NULL, Size, 8); in TEST()
276 MemMgr->allocateStub(NULL, Size, 8); in TEST()
DJITTest.cpp98 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in __anona324bcaa0111::RecordingJITMemoryManager
101 return Base->allocateStub(F, StubSize, Alignment); in allocateStub()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1181 BufferBegin = CurBufferPtr = MemMgr->allocateStub(GV, StubSize, Alignment); in startGVStub()
1205 uint8_t *IndGV = MemMgr->allocateStub(GV, Size, Alignment); in allocIndirectGV()
DJITMemoryManager.cpp451 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in __anonc4b138420211::DefaultJITMemoryManager