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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp132 SymbolRef BaseSym = L.getLocSymbolInBase(); local
133 if (!BaseSym)
138 if (!State->contains<CalledSuperDealloc>(BaseSym))
150 BaseSym = SymR->getSymbol();
169 reportUseAfterDealloc(BaseSym, Desc, S, C);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp817 const MCSymbol *BaseSym = AFI->getJumpTableEntryPCRelSymbol(JTI); local
818 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1307 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); local
1325 MCSymbolRefExpr::create(BaseSym, MCSymbolRefExpr::VK_None, Ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2717 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); local
2720 if (!SymB || BaseSym != &SymB->getSymbol())

Completed in 177 milliseconds