Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp444 EXPECT_EQ(G.sections_size(), 3U) << "Expected three sections initially"; in TEST()
457 EXPECT_EQ(G.sections_size(), 3U) in TEST()
477 EXPECT_EQ(G.sections_size(), 2U) in TEST()
490 EXPECT_EQ(G.sections_size(), 2U) << "Expected two sections after third merge"; in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1164 SectionList::size_type sections_size() const { return Sections.size(); } in sections_size() function