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()
63 bool isDecl = GV->hasAvailableExternallyLinkage(); in ClassifyGlobalReference() local65 isDecl = true; in ClassifyGlobalReference()78 (isDecl || GV->isWeakForLinker())) in ClassifyGlobalReference()104 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()114 if (isDecl || GV->hasCommonLinkage()) { in ClassifyGlobalReference()128 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
138 bool isDecl = GV->isDeclaration() && !GV->isMaterializable(); in hasLazyResolverStub() local139 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub()142 GV->hasCommonLinkage() || isDecl; in hasLazyResolverStub()
123 bool isDecl() const { return !IsType; } in isDecl() function131 assert(isDecl() && "Not a decl!"); in getDecl()