Home
last modified time | relevance | path

Searched refs:setDSOLocal (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h240 setDSOLocal(true); in setVisibility()
280 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
459 setDSOLocal(true); in setLinkage()
DModuleSummaryIndex.h405 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp281 GV.setDSOLocal(false); in processGlobalForThinLTO()
285 GV.setDSOLocal(true); in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h152 setDSOLocal(true); in maybeSetDsoLocal()
281 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
DModuleSummaryIndex.h404 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp218 GV.setDSOLocal(true); in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp69 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp70 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1336 Start->setDSOLocal(true); in instrumentGlobals()
1341 Stop->setDSOLocal(true); in instrumentGlobals()
1355 Note->setDSOLocal(true); in instrumentGlobals()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp425 Start->setDSOLocal(true); in createHwasanCtorComdat()
430 Stop->setDSOLocal(true); in createHwasanCtorComdat()
444 Note->setDSOLocal(true); in createHwasanCtorComdat()
DMemProfiler.cpp580 dyn_cast<GlobalVariable>(GlobalDynamicAddress)->setDSOLocal(true); in insertDynamicShadowAtFunctionEntry()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp428 GV.setDSOLocal(false); in setVisibilityFromDLLStorageClass()
990 void CodeGenModule::setDSOLocal(llvm::GlobalValue *GV) const { in setDSOLocal() function in CodeGenModule
991 GV->setDSOLocal(shouldAssumeDSOLocal(*this, GV)); in setDSOLocal()
1030 setDSOLocal(GV); in setGVPropertiesAux()
2628 setDSOLocal(GV); in GetAddrOfMSGuidDecl()
3361 setDSOLocal(Entry); in GetOrCreateLLVMFunction()
3602 setDSOLocal(F); in CreateRuntimeFunction()
3926 setDSOLocal(cast<llvm::GlobalValue>(Ret->stripPointerCasts())); in CreateRuntimeVariable()
4991 setDSOLocal(GV); in GetAddrOfConstantCFString()
5201 CGM.setDSOLocal(GV); in GenerateStringLiteral()
DCGVTables.cpp52 ThunkFn->setDSOLocal(true); in setThunkProperties()
658 proxy->setDSOLocal(true); in addRelativeComponent()
DItaniumCXXABI.cpp2354 guard->setDSOLocal(var->isDSOLocal()); in EmitGuardedInit()
2886 Init->setDSOLocal(Var->isDSOLocal()); in EmitThreadLocalInitFuncs()
3488 CGM.setDSOLocal(cast<llvm::GlobalValue>(VTable->stripPointerCasts())); in BuildVTablePointer()
3776 CGM.setDSOLocal(TypeName); in BuildTypeInfo()
3779 CGM.setDSOLocal(GV); in BuildTypeInfo()
DCodeGenModule.h781 void setDSOLocal(llvm::GlobalValue *GV) const;
DCGDecl.cpp363 GV->setDSOLocal(OldGV->isDSOLocal()); in AddInitializerToStaticVarDecl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp753 GV->setDSOLocal(true); in addRegularLTO()
841 S->setDSOLocal(true); in addThinLTO()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp767 GV->setDSOLocal(true); in addRegularLTO()
863 S->setDSOLocal(true); in addThinLTO()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1005 GV.setDSOLocal(false); in convertToDeclaration()
DAttributor.cpp1533 Copied->setDSOLocal(true); in internalizeFunction()
DGlobalOpt.cpp2958 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3085 GV->setDSOLocal(true); in inferDSOLocal()
3183 NewGV->setDSOLocal(getDecodedDSOLocal(Record[13])); in parseGlobalVarRecord()
3295 Func->setDSOLocal(getDecodedDSOLocal(Record[15])); in parseFunctionRecord()
3386 NewGA->setDSOLocal(getDecodedDSOLocal(Record[OpNum++])); in parseGlobalIndirectSymbolRecord()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3148 GV->setDSOLocal(true); in inferDSOLocal()
3246 NewGV->setDSOLocal(getDecodedDSOLocal(Record[13])); in parseGlobalVarRecord()
3365 Func->setDSOLocal(getDecodedDSOLocal(Record[15])); in parseFunctionRecord()
3455 NewGA->setDSOLocal(getDecodedDSOLocal(Record[OpNum++])); in parseGlobalIndirectSymbolRecord()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1980 GV->setDSOLocal(true); in insertSSPDeclarations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2816 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()

12