Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DMemoryAreaTest.cpp68 ASSERT_TRUE(area->isGood()); in TEST_F()
78 ASSERT_TRUE(area->isGood()); in TEST_F()
92 ASSERT_TRUE(area->isGood()) ; in TEST_F()
106 ASSERT_TRUE(area->isGood()) ; in TEST_F()
129 ASSERT_TRUE(area->isGood()) ; in TEST_F()
DDirIteratorTest.cpp50 ASSERT_TRUE( m_pDir->isGood() ); in TEST_F()
/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp122 bool MemoryArea::isGood() const in isGood() function in MemoryArea
188 if (!isMapped() || !isGood()) in request()
282 if (!isMapped() || !isGood()) in release()
380 if (!isGood() || !isReadable()) in read()
385 return isGood(); in read()
398 if (!isMapped() || !isGood() || !isWritable()) in write()
DDirectory.cpp70 bool Directory::isGood() const in isGood() function in Directory
85 if (isGood()) in assign()
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h74 bool isGood() const;
DMemoryArea.h179 bool isGood() const;
/frameworks/compile/mclinker/lib/CodeGen/
DSectLinker.cpp79 if (!info.output().memArea()->isGood()) in doInitialization()
/frameworks/compile/mclinker/lib/MC/
DMCLDDriver.cpp52 if ((input_memory != NULL) && input_memory->isGood()) { in normalize()