Searched refs:BaseSym (Results 1 – 5 of 5) sorted by relevance
133 SymbolRef BaseSym = L.getLocSymbolInBase(); in checkLocation() local134 if (!BaseSym) in checkLocation()139 if (!State->contains<CalledSuperDealloc>(BaseSym)) in checkLocation()151 BaseSym = SymR->getSymbol(); in checkLocation()170 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation()
231 SimpleSymbol BaseSym = parseSymbol(Symbol); in parseAliasList() local232 Aliases[{AliasSym.Name.str(), AliasSym.Kind}] = {BaseSym.Name.str(), in parseAliasList()233 BaseSym.Kind}; in parseAliasList()
1589 const MCSymbol *BaseSym = MV.getSubSym(); in getIndirectSymViaGOTPCRel() local1606 const MCExpr *BSymExpr = MCSymbolRefExpr::create(BaseSym, Ctx); in getIndirectSymViaGOTPCRel()
1306 const MCSymbol *BaseSym = AArch64FI->getJumpTableEntryPCRelSymbol(JTI); in emitJumpTableImpl() local1307 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext); in emitJumpTableImpl()
3996 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local3999 if (!SymB || BaseSym != SymB) in handleIndirectSymViaGOTPCRel()