Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp517 const MCSymbol *BaseSym = AFI->getJumpTableEntryPCRelSymbol(JTI); in emitJumpTableEntry() local
518 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext); in emitJumpTableEntry()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1134 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel() local
1154 MCSymbolRefExpr::create(BaseSym, MCSymbolRefExpr::VK_None, Ctx); in getIndirectSymViaGOTPCRel()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2573 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
2576 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()