Home
last modified time | relevance | path

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

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