Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp132 SymbolRef BaseSym = L.getLocSymbolInBase(); in checkLocation() local
133 if (!BaseSym) in checkLocation()
138 if (!State->contains<CalledSuperDealloc>(BaseSym)) in checkLocation()
150 BaseSym = SymR->getSymbol(); in checkLocation()
169 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp138 SymbolRef BaseSym = L.getLocSymbolInBase(); in checkLocation() local
139 if (!BaseSym) in checkLocation()
144 if (!State->contains<CalledSuperDealloc>(BaseSym)) in checkLocation()
156 BaseSym = SymR->getSymbol(); in checkLocation()
175 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp753 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel() local
770 MCSymbolRefExpr::create(BaseSym, MCSymbolRefExpr::VK_None, Ctx); in getIndirectSymViaGOTPCRel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp807 const MCSymbol *BaseSym = AFI->getJumpTableEntryPCRelSymbol(JTI); in emitJumpTableEntry() local
808 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext); in emitJumpTableEntry()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp811 const MCSymbol *BaseSym = AArch64FI->getJumpTableEntryPCRelSymbol(JTI); in emitJumpTableInfo() local
812 const MCExpr *Base = MCSymbolRefExpr::create(BaseSym, OutContext); in emitJumpTableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1160 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel() local
1178 MCSymbolRefExpr::create(BaseSym, MCSymbolRefExpr::VK_None, Ctx); in getIndirectSymViaGOTPCRel()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1365 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel() local
1383 MCSymbolRefExpr::create(BaseSym, MCSymbolRefExpr::VK_None, Ctx); in getIndirectSymViaGOTPCRel()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2194 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
2197 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2669 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
2672 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2808 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
2811 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()