Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMRoutineManager.hpp36 …virtual uint8_t *allocateStub(const llvm::GlobalValue *function, unsigned stubSize, unsigned align…
DLLVMRoutineManager.cpp46 …uint8_t *LLVMRoutineManager::allocateStub(const GlobalValue *function, unsigned stubSize, unsigned… in allocateStub() function in rr::LLVMRoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h92 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp271 MemMgr->allocateStub(NULL, Size, 8); in TEST()
276 MemMgr->allocateStub(NULL, Size, 8); in TEST()
DJITTest.cpp94 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in __anona47825790111::RecordingJITMemoryManager
97 return Base->allocateStub(F, StubSize, Alignment); in allocateStub()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp268 virtual uint8_t *allocateStub(const llvm::GlobalValue *F, in allocateStub() function in DelegatingJITMemoryManager
271 return mgr()->allocateStub(F, StubSize, Alignment); in allocateStub()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1191 BufferBegin = CurBufferPtr = MemMgr->allocateStub(GV, StubSize, Alignment); in startGVStub()
1215 uint8_t *IndGV = MemMgr->allocateStub(GV, Size, Alignment); in allocIndirectGV()
DJITMemoryManager.cpp434 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize, in allocateStub() function in __anone29d22b10211::DefaultJITMemoryManager