/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 240 setDSOLocal(true); in setVisibility() 280 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function 459 setDSOLocal(true); in setLinkage()
|
H A D | ModuleSummaryIndex.h | 417 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 281 GV.setDSOLocal(false); in processGlobalForThinLTO() 285 GV.setDSOLocal(true); in processGlobalForThinLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceGlobalValues.cpp | 32 GV.setDSOLocal(false); in extractGVsFromModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 47 to->setDSOLocal(from->isDSOLocal()); in copyLinkageVisibility()
|
H A D | TargetLoweringBase.cpp | 1954 GV->setDSOLocal(true); in insertSSPDeclarations()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 593 ManagedVar->setDSOLocal(Var->isDSOLocal()); in makeRegisterGlobalsFn() 1075 ManagedVar->setDSOLocal(Var->isDSOLocal()); in transformManagedVars() 1141 Var->setDSOLocal(F->isDSOLocal()); in getKernelHandle()
|
H A D | CodeGenModule.cpp | 458 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 D | CGVTables.cpp | 52 ThunkFn->setDSOLocal(true); in setThunkProperties() 659 proxy->setDSOLocal(true); in addRelativeComponent()
|
H A D | ItaniumCXXABI.cpp | 2420 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 D | CodeGenModule.h | 804 void setDSOLocal(llvm::GlobalValue *GV) const;
|
H A D | CGDecl.cpp | 362 GV->setDSOLocal(OldGV->isDSOLocal()); in AddInitializerToStaticVarDecl()
|
H A D | CGExpr.cpp | 3348 CGM.setDSOLocal( in EmitCfiSlowPathCheck() 3363 CGM.setDSOLocal(F); in EmitCfiCheckStub()
|
H A D | CGBlocks.cpp | 2909 CGM.setDSOLocal(GV); in configureBlocksRuntimeObject()
|
H A D | MicrosoftCXXABI.cpp | 544 CGM.setDSOLocal(GV); in getImageBase()
|
H A D | CGBuiltin.cpp | 12246 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 D | Globals.cpp | 70 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
|
H A D | ModuleSummaryIndex.cpp | 297 Summary->setDSOLocal(false); in propagateAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 431 Start->setDSOLocal(true); in createHwasanCtorComdat() 436 Stop->setDSOLocal(true); in createHwasanCtorComdat() 450 Note->setDSOLocal(true); in createHwasanCtorComdat()
|
H A D | MemProfiler.cpp | 580 cast<GlobalVariable>(GlobalDynamicAddress)->setDSOLocal(true); in insertDynamicShadowAtFunctionEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 800 GV->setDSOLocal(true); in addRegularLTO() 921 S->setDSOLocal(true); in addThinLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1039 GV.setDSOLocal(false); in convertToDeclaration()
|
H A D | Attributor.cpp | 1576 Copied->setDSOLocal(true); in internalizeFunction()
|
H A D | GlobalOpt.cpp | 2459 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3217 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()
|