HomeSort by relevance Sort by last modified time
    Searched refs:startFunctionBody (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 73 /// 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/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 42 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);
JITTest.cpp 107 virtual uint8_t *startFunctionBody(const Function *F,
110 uint8_t *Result = Base->startFunctionBody(F, ActualSize);
  /external/llvm/tools/lli/
RecordingMemoryManager.h 70 uint8_t *startFunctionBody(const Function *F, uintptr_t &ActualSize);
RecordingMemoryManager.cpp 77 uint8_t *RecordingMemoryManager::startFunctionBody(const Function *F, uintptr_t &ActualSize){
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 349 /// startFunctionBody - When a function starts, allocate a block of free
351 uint8_t *startFunctionBody(const Function *F, uintptr_t &ActualSize) {
437 /// cannot be called between calls to startFunctionBody and endFunctionBody.
    [all...]
JITEmitter.cpp 778 BufferBegin = CurBufferPtr = MemMgr->startFunctionBody(F.getFunction(),
    [all...]

Completed in 438 milliseconds