Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h240 setDSOLocal(true); in setVisibility()
280 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
459 setDSOLocal(true); in setLinkage()
H A DModuleSummaryIndex.h417 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp281 GV.setDSOLocal(false); in processGlobalForThinLTO()
285 GV.setDSOLocal(true); in processGlobalForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp32 GV.setDSOLocal(false); in extractGVsFromModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp47 to->setDSOLocal(from->isDSOLocal()); in copyLinkageVisibility()
H A DTargetLoweringBase.cpp1954 GV->setDSOLocal(true); in insertSSPDeclarations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp593 ManagedVar->setDSOLocal(Var->isDSOLocal()); in makeRegisterGlobalsFn()
1075 ManagedVar->setDSOLocal(Var->isDSOLocal()); in transformManagedVars()
1141 Var->setDSOLocal(F->isDSOLocal()); in getKernelHandle()
H A DCodeGenModule.cpp458 GV.setDSOLocal(false); in setVisibilityFromDLLStorageClass()
1068 void CodeGenModule::setDSOLocal(llvm::GlobalValue *GV) const { in setDSOLocal() function in CodeGenModule
1069 GV->setDSOLocal(shouldAssumeDSOLocal(*this, GV)); in setDSOLocal()
1108 setDSOLocal(GV); in setGVPropertiesAux()
2765 setDSOLocal(GV); in GetAddrOfMSGuidDecl()
3509 setDSOLocal(Entry); in GetOrCreateLLVMFunction()
3760 setDSOLocal(F); in CreateRuntimeFunction()
4089 setDSOLocal(cast<llvm::GlobalValue>(Ret->stripPointerCasts())); in CreateRuntimeVariable()
5106 setDSOLocal(GV); in GetAddrOfConstantCFString()
5316 CGM.setDSOLocal(GV); in GenerateStringLiteral()
H A DCGVTables.cpp52 ThunkFn->setDSOLocal(true); in setThunkProperties()
659 proxy->setDSOLocal(true); in addRelativeComponent()
H A DItaniumCXXABI.cpp2420 guard->setDSOLocal(var->isDSOLocal()); in EmitGuardedInit()
2955 Init->setDSOLocal(Var->isDSOLocal()); in EmitThreadLocalInitFuncs()
3188 CGM.setDSOLocal(GV); in GetAddrOfExternalRTTIDescriptor()
3570 CGM.setDSOLocal(cast<llvm::GlobalValue>(VTable->stripPointerCasts())); in BuildVTablePointer()
3870 CGM.setDSOLocal(TypeName); in BuildTypeInfo()
3873 CGM.setDSOLocal(GV); in BuildTypeInfo()
H A DCodeGenModule.h804 void setDSOLocal(llvm::GlobalValue *GV) const;
H A DCGDecl.cpp362 GV->setDSOLocal(OldGV->isDSOLocal()); in AddInitializerToStaticVarDecl()
H A DCGExpr.cpp3348 CGM.setDSOLocal( in EmitCfiSlowPathCheck()
3363 CGM.setDSOLocal(F); in EmitCfiCheckStub()
H A DCGBlocks.cpp2909 CGM.setDSOLocal(GV); in configureBlocksRuntimeObject()
H A DMicrosoftCXXABI.cpp544 CGM.setDSOLocal(GV); in getImageBase()
H A DCGBuiltin.cpp12246 cast<llvm::GlobalValue>(CpuModel)->setDSOLocal(true); in EmitX86CpuIs()
12320 cast<llvm::GlobalValue>(CpuModel)->setDSOLocal(true); in EmitX86CpuSupports()
12340 cast<llvm::GlobalValue>(CpuFeatures2)->setDSOLocal(true); in EmitX86CpuSupports()
12360 cast<llvm::GlobalValue>(Func.getCallee())->setDSOLocal(true); in EmitX86CpuInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp70 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
H A DModuleSummaryIndex.cpp297 Summary->setDSOLocal(false); in propagateAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp431 Start->setDSOLocal(true); in createHwasanCtorComdat()
436 Stop->setDSOLocal(true); in createHwasanCtorComdat()
450 Note->setDSOLocal(true); in createHwasanCtorComdat()
H A DMemProfiler.cpp580 cast<GlobalVariable>(GlobalDynamicAddress)->setDSOLocal(true); in insertDynamicShadowAtFunctionEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp800 GV->setDSOLocal(true); in addRegularLTO()
921 S->setDSOLocal(true); in addThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1039 GV.setDSOLocal(false); in convertToDeclaration()
H A DAttributor.cpp1576 Copied->setDSOLocal(true); in internalizeFunction()
H A DGlobalOpt.cpp2459 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3217 GV->setDSOLocal(true); in inferDSOLocal()
3315 NewGV->setDSOLocal(getDecodedDSOLocal(Record[13])); in parseGlobalVarRecord()
3446 Func->setDSOLocal(getDecodedDSOLocal(Record[15])); in parseFunctionRecord()
3536 NewGA->setDSOLocal(getDecodedDSOLocal(Record[OpNum++])); in parseGlobalIndirectSymbolRecord()

12