Searched defs:isDyn (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h73 bool isDyn() const { function in class:mcld::LDSymbol
75 return m_pResolveInfo->isDyn();
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp65 bool isDyn = false; local
74 name, isDyn, type, desc, binding, size, other, NULL, result1);
78 EXPECT_EQ(isDyn, result1.info->isDyn());
87 name, isDyn, type, desc, binding, size, other, NULL, result2);
91 EXPECT_EQ(isDyn, result1.info->isDyn());
103 bool isDyn = false; local
111 name, isDyn, type, desc, binding, size, other, NULL, result1);
115 EXPECT_EQ(isDyn, result
144 bool isDyn = false; local
170 bool isDyn = false; local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp134 bool ResolveInfo::isDyn() const { function in class:mcld::ResolveInfo

Completed in 108 milliseconds