HomeSort by relevance Sort by last modified time
    Searched defs:isDyn (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 72 bool isDyn() const {
74 return m_pResolveInfo->isDyn();
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 71 bool isDyn = false;
80 isDyn,
91 EXPECT_EQ(isDyn, result1.info->isDyn());
100 isDyn,
111 EXPECT_EQ(isDyn, result1.info->isDyn());
123 bool isDyn = false;
131 isDyn,
142 EXPECT_EQ(isDyn, result1.info->isDyn())
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 144 bool ResolveInfo::isDyn() const

Completed in 46 milliseconds