Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp949 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel() local
966 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2497 const MCSymbol *BaseSym = AP.getSymbol(BaseGV); in handleIndirectSymViaGOTPCRel() local
2500 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()