/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 259 setDSOLocal(true); in setVisibility() 303 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function 544 setDSOLocal(true); in setLinkage()
|
H A D | ModuleSummaryIndex.h | 591 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 308 GV.setDSOLocal(false); in processGlobalForThinLTO() 312 GV.setDSOLocal(true); in processGlobalForThinLTO()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 52 to->setDSOLocal(from->isDSOLocal()); in copyLinkageVisibility()
|
H A D | TargetLoweringBase.cpp | 1957 GV->setDSOLocal(true); in insertSSPDeclarations()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 256 Var->setDSOLocal(true); in doInitialization()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 437 HandleVar->setDSOLocal(KernelFunction->isDSOLocal()); in emitDeviceStubBodyNew() 1111 ManagedVar->setDSOLocal(Var->isDSOLocal()); in transformManagedVars() 1243 Var->setDSOLocal(F->isDSOLocal()); in getKernelHandle()
|
H A D | CGVTables.cpp | 53 ThunkFn->setDSOLocal(true); in setThunkProperties() 687 proxy->setDSOLocal(true); in addRelativeComponent()
|
H A D | CodeGenModule.cpp | 794 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 D | ItaniumCXXABI.cpp | 2665 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 D | CodeGenPGO.cpp | 1353 IRLevelVersionVariable->setDSOLocal(true); in setProfileVersion()
|
H A D | CodeGenModule.h | 867 void setDSOLocal(llvm::GlobalValue *GV) const;
|
H A D | CGBlocks.cpp | 2833 CGM.setDSOLocal(GV); in configureBlocksRuntimeObject()
|
H A D | CGDecl.cpp | 386 GV->setDSOLocal(OldGV->isDSOLocal()); in AddInitializerToStaticVarDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 67 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
|
H A D | ModuleSummaryIndex.cpp | 315 Summary->setDSOLocal(false); in propagateAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 89 NewF->setDSOLocal(F->isDSOLocal()); in getOrCreateFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 567 NewVar->setDSOLocal(true); in run()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 439 GV->setDSOLocal(true); in setTargetAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 917 GV->setDSOLocal(true); in addRegularLTO() 1061 S->setDSOLocal(true); in addThinLTO()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 606 cast<GlobalVariable>(GlobalDynamicAddress)->setDSOLocal(true); in insertDynamicShadowAtFunctionEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1495 GV.setDSOLocal(false); in convertToDeclaration()
|
H A D | GlobalOpt.cpp | 2311 Target->setDSOLocal(J.isDSOLocal()); in OptimizeGlobalAliases()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3979 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 D | X86ISelLoweringCall.cpp | 580 GV->setDSOLocal(M->getDirectAccessExternalData()); in getIRStackGuard()
|