Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h60 size_t numOfSections() const { return m_SectionTable.size(); } in numOfSections() function
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp83 ASSERT_EQ(m_pInput->context()->numOfSections(), 13u); in TEST_F()