Searched refs:getRef (Results 1 – 6 of 6) sorted by relevance
190 explicit operator bool() const { return getRef(); }195 return getRef()->second.U.GV; in getValue()199 return getRef()->second.SummaryList; in getSummaryList()203 return haveGVs() ? getRef()->second.U.GV->getName() in name()204 : getRef()->second.U.Name; in name()260 assert(A.getRef() && B.getRef() &&262 return A.getRef() == B.getRef();266 assert(A.getRef() && B.getRef() &&268 return A.getRef() != B.getRef();272 assert(A.getRef() && B.getRef() &&[all …]
75 ArrayRef<uint8_t> getRef() const { in getRef() function
366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables()
405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
8767 assert(VIRef.first->getRef() == FwdVIRef && in addGlobalValueToIndex()9095 if (AliaseeVI.getRef() == FwdVIRef) { in parseAliasSummary()9269 if (VI.getRef() == FwdVIRef) in parseOptionalCalls()9283 assert(Calls[P.first].first.getRef() == FwdVIRef && in parseOptionalCalls()9511 if (C.Callee.getRef() == FwdVIRef) in parseOptionalParamAccesses()9559 if (VC.VI.getRef() == FwdVIRef) in parseOptionalRefs()9569 assert(Refs[P.first].getRef() == FwdVIRef && in parseOptionalRefs()9947 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in parseGVReference()10151 if (VI.getRef() == FwdVIRef) in parseOptionalCallsites()10164 assert(Callsites[P.first].Callee.getRef() == FwdVIRef && in parseOptionalCallsites()
3310 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()