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

  /external/llvm/tools/lli/
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...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 89 virtual uint8_t *startFunctionBody(const Function *F,
92 uint8_t *Result = Base->startFunctionBody(F, ActualSize);

Completed in 2141 milliseconds