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

  /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.
505 /// startExceptionTable - Use startFunctionBody to allocate memory for the
508 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 157 milliseconds