Searched refs:isDSOLocal (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 462 /* Live = */ false, F.isDSOLocal(), in computeFunctionSummary() 580 /* Live = */ false, V.isDSOLocal(), in computeVariableSummary() 619 /* Live = */ false, A.isDSOLocal(), in computeAliasSummary() 695 /* Local */ GV->isDSOLocal(), in buildModuleSummaryIndex()
|
D | StackSafetyAnalysis.cpp | 167 bool IsDSOLocal() const { return GV->isDSOLocal(); }; in IsDSOLocal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 69 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom() 280 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
|
D | ModuleSummaryIndex.cpp | 37 bool ValueInfo::isDSOLocal() const { in isDSOLocal() function in ValueInfo 42 return Summary->isDSOLocal(); in isDSOLocal()
|
D | Constants.cpp | 570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()
|
D | Verifier.cpp | 585 Assert(!GV.isDSOLocal(), in visitGlobalValue() 594 Assert(GV.isDSOLocal(), in visitGlobalValue() 599 Assert(GV.isDSOLocal(), in visitGlobalValue()
|
D | AsmWriter.cpp | 3209 if (GV.isDSOLocal() && !Implicit) in PrintDSOLocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 97 if (GV && GV->isDSOLocal()) in shouldAssumeDSOLocal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 217 if (VI && VI.isDSOLocal()) { in processGlobalForThinLTO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 283 bool isDSOLocal() const { in isDSOLocal() function
|
D | ModuleSummaryIndex.h | 225 bool isDSOLocal() const; 406 bool isDSOLocal() const { return Flags.DSOLocal; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 196 AddUnsigned(VI.isDSOLocal()); in computeLTOCacheKey() 215 AddUnsigned(ET.first.isDSOLocal()); in computeLTOCacheKey()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1286 GV.isDSOLocal() || in writeModuleInfo() 1298 Vals.push_back(GV.isDSOLocal()); in writeModuleInfo() 1336 Vals.push_back(F.isDSOLocal()); in writeModuleInfo() 1361 Vals.push_back(A.isDSOLocal()); in writeModuleInfo() 1381 Vals.push_back(I.isDSOLocal()); in writeModuleInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1056 if (F->isDSOLocal()) { in importFunction() 1726 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
|
D | GlobalOpt.cpp | 2816 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
|