Searched refs:isDecl (Results 1 – 4 of 4) sorted by relevance
139 bool isDecl = GV->hasAvailableExternallyLinkage(); in GVIsIndirectSymbol() local141 isDecl = true; in GVIsIndirectSymbol()152 if (!isDecl && !GV->isWeakForLinker()) in GVIsIndirectSymbol()162 if (isDecl || GV->hasCommonLinkage()) in GVIsIndirectSymbol()170 if (!isDecl && !GV->isWeakForLinker()) in GVIsIndirectSymbol()
64 bool isDecl = GV->hasAvailableExternallyLinkage(); in ClassifyGlobalReference() local66 isDecl = true; in ClassifyGlobalReference()79 (isDecl || GV->isWeakForLinker())) in ClassifyGlobalReference()105 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()115 if (isDecl || GV->hasCommonLinkage()) { in ClassifyGlobalReference()129 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
136 bool isDecl = GV->isDeclaration() && !GV->isMaterializable(); in hasLazyResolverStub() local137 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub()140 GV->hasCommonLinkage() || isDecl; in hasLazyResolverStub()
155 bool isDecl() const { return !IsType; } in isDecl() function163 assert(isDecl() && "Not a decl!"); in getDecl()