Searched refs:FunctionStart (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h98 /// compiled function. This passes in FunctionStart (which was returned by
102 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
/external/llvm/tools/lli/
H A DRecordingMemoryManager.h73 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
H A DRecordingMemoryManager.cpp86 void RecordingMemoryManager::endFunctionBody(const Function *F, uint8_t *FunctionStart, argument
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp122 EndFunctionBodyCall(const Function *F, uint8_t *FunctionStart, argument
125 FunctionStart(FunctionStart), FunctionEnd(FunctionEnd) {}
128 uint8_t *FunctionStart; member in struct:__anon21817::RecordingJITMemoryManager::EndFunctionBodyCall
132 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, argument
135 EndFunctionBodyCall(F, FunctionStart, FunctionEnd));
136 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp423 /// in the range [FunctionStart,FunctionEnd).
424 void endFunctionBody(const Function *F, uint8_t *FunctionStart, argument
426 assert(FunctionEnd > FunctionStart);
427 assert(FunctionStart == (uint8_t *)(CurBlock+1) &&

Completed in 278 milliseconds