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

  /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 89 virtual uint8_t *startFunctionBody(const Function *F,
92 uint8_t *Result = Base->startFunctionBody(F, ActualSize);
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 83 /// startFunctionBody - When we start JITing a function, the JIT calls this
92 virtual uint8_t *startFunctionBody(const Function *F,
102 /// startFunctionBody.
109 /// the startFunctionBody method) and FunctionEnd which is a pointer to the
132 /// cannot be called between calls to startFunctionBody and endFunctionBody.
139 /// must be the return value from a call to startFunctionBody() that hasn't
  /external/llvm/tools/lli/
RecordingMemoryManager.h 61 uint8_t *startFunctionBody(const Function *F, uintptr_t &ActualSize);
RecordingMemoryManager.cpp 49 uint8_t *RecordingMemoryManager::startFunctionBody(const Function *F, uintptr_t &ActualSize){
lli.cpp 245 virtual uint8_t *startFunctionBody(const Function *F,
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 345 /// startFunctionBody - When a function starts, allocate a block of free
347 uint8_t *startFunctionBody(const Function *F, uintptr_t &ActualSize) {
433 /// cannot be called between calls to startFunctionBody and endFunctionBody.
508 /// startExceptionTable - Use startFunctionBody to allocate memory for the
511 return startFunctionBody(F, ActualSize);
    [all...]
JITEmitter.cpp 794 BufferBegin = CurBufferPtr = MemMgr->startFunctionBody(F.getFunction(),
    [all...]

Completed in 113 milliseconds