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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 134 virtual uint8_t *startFunctionBody(const Function *F,
  /external/llvm/tools/lli/
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.
516 /// startExceptionTable - Use startFunctionBody to allocate memory for the
519 return startFunctionBody(F, ActualSize);
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 88 virtual uint8_t *startFunctionBody(const Function *F,
91 uint8_t *Result = Base->startFunctionBody(F, ActualSize);

Completed in 83 milliseconds