Searched refs:isDecl (Results 1 – 2 of 2) sorted by relevance
152 bool isDecl = GV->isDeclaration(); in hasLazyResolverStub() local153 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub()156 GV->hasCommonLinkage() || isDecl; in hasLazyResolverStub()
153 bool isDecl() const { return !IsType; } in isDecl() function161 assert(isDecl() && "Not a decl!"); in getDecl()