Home
last modified time | relevance | path

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/
DModuleSummaryAnalysis.cpp462 /* 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()
DStackSafetyAnalysis.cpp167 bool IsDSOLocal() const { return GV->isDSOLocal(); }; in IsDSOLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp69 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
280 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
DModuleSummaryIndex.cpp37 bool ValueInfo::isDSOLocal() const { in isDSOLocal() function in ValueInfo
42 return Summary->isDSOLocal(); in isDSOLocal()
DConstants.cpp570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()
DVerifier.cpp585 Assert(!GV.isDSOLocal(), in visitGlobalValue()
594 Assert(GV.isDSOLocal(), in visitGlobalValue()
599 Assert(GV.isDSOLocal(), in visitGlobalValue()
DAsmWriter.cpp3209 if (GV.isDSOLocal() && !Implicit) in PrintDSOLocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp97 if (GV && GV->isDSOLocal()) in shouldAssumeDSOLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp217 if (VI && VI.isDSOLocal()) { in processGlobalForThinLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h283 bool isDSOLocal() const { in isDSOLocal() function
DModuleSummaryIndex.h225 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/
DLTO.cpp196 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/
DBitcodeWriter.cpp1286 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/
DLowerTypeTests.cpp1056 if (F->isDSOLocal()) { in importFunction()
1726 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
DGlobalOpt.cpp2816 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()