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

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp29 static bool didCallAllocateCodeSection; variable
37 didCallAllocateCodeSection = true;
146 didCallAllocateCodeSection = false;
398 EXPECT_TRUE(didCallAllocateCodeSection);
421 EXPECT_TRUE(didCallAllocateCodeSection);

Completed in 63 milliseconds