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

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

Completed in 144 milliseconds