Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h67 size_t numOfCommons() const;
/frameworks/compile/mclinker/unittests/
DSymbolCategoryTest.cpp79 ASSERT_TRUE(1 == m_pTestee->numOfCommons()); in TEST_F()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp245 size_t SymbolCategory::numOfCommons() const { in numOfCommons() function in mcld::SymbolCategory