Searched refs:startFunctionBody (Results 1 - 7 of 7) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp42 uint8_t *FunctionBody1 = MemMgr->startFunctionBody(F1.get(), size);
49 uint8_t *FunctionBody2 = MemMgr->startFunctionBody(F2.get(), size);
56 uint8_t *FunctionBody3 = MemMgr->startFunctionBody(F3.get(), size);
86 uint8_t *FunctionBody1 = MemMgr->startFunctionBody(F1.get(), size);
94 uint8_t *FunctionBody2 = MemMgr->startFunctionBody(F2.get(), size);
102 uint8_t *FunctionBody3 = MemMgr->startFunctionBody(F3.get(), size);
114 uint8_t *FunctionBody4 = MemMgr->startFunctionBody(F4.get(), size);
123 uint8_t *FunctionBody5 = MemMgr->startFunctionBody(F5.get(), size);
132 uint8_t *FunctionBody6 = MemMgr->startFunctionBody(F6.get(), size);
H A DJITTest.cpp107 virtual uint8_t *startFunctionBody(const Function *F, function in class:__anon21817::RecordingJITMemoryManager
110 uint8_t *Result = Base->startFunctionBody(F, ActualSize);
/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h73 /// startFunctionBody - When we start JITing a function, the JIT calls this
82 virtual uint8_t *startFunctionBody(const Function *F,
92 /// startFunctionBody.
99 /// the startFunctionBody method) and FunctionEnd which is a pointer to the
106 /// cannot be called between calls to startFunctionBody and endFunctionBody.
113 /// must be the return value from a call to startFunctionBody() that hasn't
/external/llvm/tools/lli/
H A DRecordingMemoryManager.h70 uint8_t *startFunctionBody(const Function *F, uintptr_t &ActualSize);
H A DRecordingMemoryManager.cpp77 uint8_t *RecordingMemoryManager::startFunctionBody(const Function *F, uintptr_t &ActualSize){ function in class:RecordingMemoryManager
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp349 /// startFunctionBody - When a function starts, allocate a block of free
351 uint8_t *startFunctionBody(const Function *F, uintptr_t &ActualSize) { function in class:__anon21241::DefaultJITMemoryManager
437 /// cannot be called between calls to startFunctionBody and endFunctionBody.
H A DJITEmitter.cpp778 BufferBegin = CurBufferPtr = MemMgr->startFunctionBody(F.getFunction(),

Completed in 128 milliseconds