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

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp153 struct DeallocateFunctionBodyCall { struct in class:__anon22765::RecordingJITMemoryManager
154 DeallocateFunctionBodyCall(const void *Body) : Body(Body) {} function in struct:__anon22765::RecordingJITMemoryManager::DeallocateFunctionBodyCall
157 std::vector<DeallocateFunctionBodyCall> deallocateFunctionBodyCalls;
159 deallocateFunctionBodyCalls.push_back(DeallocateFunctionBodyCall(Body));

Completed in 64 milliseconds