Searched refs:getParentSymbol (Results 1 – 9 of 9) sorted by relevance
282 State, SD->getParentSymbol(), Kind, returnFirstOnly); in getTaintedSymbolsImpl()291 State->get<DerivedSymTaint>(SD->getParentSymbol())) { in getTaintedSymbolsImpl()299 TaintedSymbols.push_back(SD->getParentSymbol()); in getTaintedSymbolsImpl()
603 SymbolRef ParentSym = SD->getParentSymbol(); in checkPointerEscape()
601 auto ParentSym = SD->getParentSymbol(); in checkPointerEscape()
603 getParentSymbol()->setFillGaps(); in setKind()630 LVSymbol *Symbol = Location->getParentSymbol(); in print()660 bool CodeViewLocation = getParentSymbol()->getHasCodeViewLocation(); in printExtra()
1364 addInvalidLocationOrRange(Location, Location->getParentSymbol(), in addInvalidLocation()
93 os << getKindStr() << getSymbolID() << '{' << getParentSymbol() << ',' in dumpToStream()475 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
258 LVSymbol *getParentSymbol() const { in getParentSymbol() function
119 return "value derived from (" + Visit(S->getParentSymbol()) + in VisitSymbolDerived()
148 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol() function