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

  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 418 /// endFunctionBody - The function F is now allocated, and takes the memory
420 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
433 /// cannot be called between calls to startFunctionBody and endFunctionBody.
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 114 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
118 Base->endFunctionBody(F, FunctionStart, FunctionEnd);

Completed in 67 milliseconds