Home
last modified time | relevance | path

Searched refs:BaseSym (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp133 SymbolRef BaseSym = L.getLocSymbolInBase(); in checkLocation() local
134 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()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp231 SimpleSymbol BaseSym = parseSymbol(Symbol); in parseAliasList() local
232 Aliases[{AliasSym.Name.str(), AliasSym.Kind}] = {BaseSym.Name.str(), in parseAliasList()
233 BaseSym.Kind}; in parseAliasList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1589 const MCSymbol *BaseSym = MV.getSubSym(); in getIndirectSymViaGOTPCRel() local
1606 const MCExpr *BSymExpr = MCSymbolRefExpr::create(BaseSym, Ctx); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1306 const MCSymbol *BaseSym = AArch64FI->getJumpTableEntryPCRelSymbol(JTI); in emitJumpTableImpl() local
1307 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext); in emitJumpTableImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3996 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
3999 if (!SymB || BaseSym != SymB) in handleIndirectSymViaGOTPCRel()