Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp28 static bool didCallAllocateCodeSection; variable
36 didCallAllocateCodeSection = true; in roundTripAllocateCodeSection()
149 didCallAllocateCodeSection = false; in SetUp()
393 EXPECT_TRUE(didCallAllocateCodeSection); in TEST_F()
413 EXPECT_TRUE(didCallAllocateCodeSection); in TEST_F()