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.cpp228 SimpleSymbol BaseSym = parseSymbol(Symbol); in parseAliasList() local
229 Aliases[{AliasSym.Name.str(), AliasSym.Kind}] = {BaseSym.Name.str(), in parseAliasList()
230 BaseSym.Kind}; in parseAliasList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1527 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel() local
1545 MCSymbolRefExpr::create(BaseSym, MCSymbolRefExpr::VK_None, Ctx); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1188 const MCSymbol *BaseSym = AArch64FI->getJumpTableEntryPCRelSymbol(JTI); in emitJumpTableInfo() local
1189 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext); in emitJumpTableInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3646 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
3649 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()