Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h259 setDSOLocal(true); in setVisibility()
303 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
544 setDSOLocal(true); in setLinkage()
H A DModuleSummaryIndex.h591 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp308 GV.setDSOLocal(false); in processGlobalForThinLTO()
312 GV.setDSOLocal(true); in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp52 to->setDSOLocal(from->isDSOLocal()); in copyLinkageVisibility()
H A DTargetLoweringBase.cpp1957 GV->setDSOLocal(true); in insertSSPDeclarations()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp256 Var->setDSOLocal(true); in doInitialization()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp437 HandleVar->setDSOLocal(KernelFunction->isDSOLocal()); in emitDeviceStubBodyNew()
1111 ManagedVar->setDSOLocal(Var->isDSOLocal()); in transformManagedVars()
1243 Var->setDSOLocal(F->isDSOLocal()); in getKernelHandle()
H A DCGVTables.cpp53 ThunkFn->setDSOLocal(true); in setThunkProperties()
687 proxy->setDSOLocal(true); in addRelativeComponent()
H A DCodeGenModule.cpp794 GV.setDSOLocal(false); in setLLVMVisibility()
1728 void CodeGenModule::setDSOLocal(llvm::GlobalValue *GV) const { in setDSOLocal() function in CodeGenModule
1729 GV->setDSOLocal(shouldAssumeDSOLocal(*this, GV)); in setDSOLocal()
1770 setDSOLocal(GV); in setGVPropertiesAux()
3606 setDSOLocal(GV); in GetAddrOfMSGuidDecl()
4623 setDSOLocal(Entry); in GetOrCreateLLVMFunction()
4879 setDSOLocal(F); in CreateRuntimeFunction()
5193 setDSOLocal(cast<llvm::GlobalValue>(Ret->stripPointerCasts())); in CreateRuntimeVariable()
6279 setDSOLocal(GV); in GetAddrOfConstantCFString()
6482 CGM.setDSOLocal(GV); in GenerateStringLiteral()
H A DItaniumCXXABI.cpp2665 guard->setDSOLocal(var->isDSOLocal()); in EmitGuardedInit()
3217 Init->setDSOLocal(Var->isDSOLocal()); in EmitThreadLocalInitFuncs()
3556 CGM.setDSOLocal(GV); in GetAddrOfExternalRTTIDescriptor()
3948 CGM.setDSOLocal(cast<llvm::GlobalValue>(VTable->stripPointerCasts())); in BuildVTablePointer()
4253 CGM.setDSOLocal(TypeName); in BuildTypeInfo()
4256 CGM.setDSOLocal(GV); in BuildTypeInfo()
H A DCodeGenPGO.cpp1353 IRLevelVersionVariable->setDSOLocal(true); in setProfileVersion()
H A DCodeGenModule.h867 void setDSOLocal(llvm::GlobalValue *GV) const;
H A DCGBlocks.cpp2833 CGM.setDSOLocal(GV); in configureBlocksRuntimeObject()
H A DCGDecl.cpp386 GV->setDSOLocal(OldGV->isDSOLocal()); in AddInitializerToStaticVarDecl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp67 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
H A DModuleSummaryIndex.cpp315 Summary->setDSOLocal(false); in propagateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp89 NewF->setDSOLocal(F->isDSOLocal()); in getOrCreateFunction()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp567 NewVar->setDSOLocal(true); in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp439 GV->setDSOLocal(true); in setTargetAttributes()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp917 GV->setDSOLocal(true); in addRegularLTO()
1061 S->setDSOLocal(true); in addThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp606 cast<GlobalVariable>(GlobalDynamicAddress)->setDSOLocal(true); in insertDynamicShadowAtFunctionEntry()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1495 GV.setDSOLocal(false); in convertToDeclaration()
H A DGlobalOpt.cpp2311 Target->setDSOLocal(J.isDSOLocal()); in OptimizeGlobalAliases()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3979 GV->setDSOLocal(true); in inferDSOLocal()
4096 NewGV->setDSOLocal(getDecodedDSOLocal(Record[13])); in parseGlobalVarRecord()
4276 Func->setDSOLocal(getDecodedDSOLocal(Record[15])); in parseFunctionRecord()
4374 NewGA->setDSOLocal(getDecodedDSOLocal(Record[OpNum++])); in parseGlobalIndirectSymbolRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp580 GV->setDSOLocal(M->getDirectAccessExternalData()); in getIRStackGuard()

12