Searched refs:allocateStub (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | RoutineManager.hpp | 34 …virtual uint8_t *allocateStub(const llvm::GlobalValue *function, unsigned stubSize, unsigned align…
|
D | RoutineManager.cpp | 44 …uint8_t *RoutineManager::allocateStub(const GlobalValue *function, unsigned stubSize, unsigned ali… in allocateStub() function in sw::RoutineManager
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | JITMemoryManager.h | 92 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITMemoryManagerTest.cpp | 271 MemMgr->allocateStub(NULL, Size, 8); in TEST() 276 MemMgr->allocateStub(NULL, Size, 8); in TEST()
|
D | JITTest.cpp | 94 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in __anon1b8d59500111::RecordingJITMemoryManager 97 return Base->allocateStub(F, StubSize, Alignment); in allocateStub()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 1191 BufferBegin = CurBufferPtr = MemMgr->allocateStub(GV, StubSize, Alignment); in startGVStub() 1215 uint8_t *IndGV = MemMgr->allocateStub(GV, Size, Alignment); in allocIndirectGV()
|
D | JITMemoryManager.cpp | 434 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in __anon99ff5b280211::DefaultJITMemoryManager
|