Searched refs:isCommon (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h116 if (pInfo.isCommon() && pInfo.isDyn())
118 if (pInfo.isCommon() && pInfo.isDefine())
120 if (pInfo.isCommon() && pInfo.isWeak())
H A DResolveInfo.h152 bool isCommon() const;
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp276 ASSERT_FALSE(sym->isCommon());
292 ASSERT_FALSE(sym->isCommon());
308 ASSERT_FALSE(sym->isCommon());
324 ASSERT_TRUE(sym->isCommon());
339 ASSERT_FALSE(sym->isCommon());
354 ASSERT_FALSE(sym->isCommon());
375 ASSERT_FALSE(sym->isCommon());
390 ASSERT_FALSE(sym->isCommon());
405 ASSERT_FALSE(sym->isCommon());
420 ASSERT_FALSE(sym->isCommon());
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp146 bool ResolveInfo::isCommon() const { function in class:mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp404 } else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1452 if (pSymbol.resolveInfo()->isCommon())

Completed in 2221 milliseconds