Searched refs:getParentSymbol (Results 1 – 9 of 9) sorted by relevance
290 State, SD->getParentSymbol(), Kind, returnFirstOnly); in getTaintedSymbolsImpl()299 State->get<DerivedSymTaint>(SD->getParentSymbol())) { in getTaintedSymbolsImpl()307 TaintedSymbols.push_back(SD->getParentSymbol()); in getTaintedSymbolsImpl()
601 SymbolRef ParentSym = SD->getParentSymbol(); in checkPointerEscape()
454 return DerS && isa_and_nonnull<SymbolConjured>(DerS->getParentSymbol()); in isInvalidatedSymbolRegion()
603 getParentSymbol()->setFillGaps(); in setKind()630 LVSymbol *Symbol = Location->getParentSymbol(); in print()660 bool CodeViewLocation = getParentSymbol()->getHasCodeViewLocation(); in printExtra()
1375 addInvalidLocationOrRange(Location, Location->getParentSymbol(), in addInvalidLocation()
132 os << getKindStr() << getSymbolID() << '{' << getParentSymbol() << ',' in dumpToStream()352 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
259 LVSymbol *getParentSymbol() const { in getParentSymbol() function
130 return "value derived from (" + Visit(S->getParentSymbol()) + in VisitSymbolDerived()
152 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol() function