HomeSort by relevance Sort by last modified time
    Searched full:functionsdeallocated (Results 1 - 1 of 1) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 424 SmallPtrSet<const void*, 2> FunctionsDeallocated;
427 FunctionsDeallocated.insert(RJMM->deallocateFunctionBodyCalls[i].Body);
430 EXPECT_TRUE(FunctionsDeallocated.count(

Completed in 90 milliseconds