/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalValue.h | 240 setDSOLocal(true); in setVisibility() 280 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function 459 setDSOLocal(true); in setLinkage()
|
D | ModuleSummaryIndex.h | 405 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 281 GV.setDSOLocal(false); in processGlobalForThinLTO() 285 GV.setDSOLocal(true); in processGlobalForThinLTO()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 152 setDSOLocal(true); in maybeSetDsoLocal() 281 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
|
D | ModuleSummaryIndex.h | 404 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 218 GV.setDSOLocal(true); in processGlobalForThinLTO()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 69 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 70 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1336 Start->setDSOLocal(true); in instrumentGlobals() 1341 Stop->setDSOLocal(true); in instrumentGlobals() 1355 Note->setDSOLocal(true); in instrumentGlobals()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 425 Start->setDSOLocal(true); in createHwasanCtorComdat() 430 Stop->setDSOLocal(true); in createHwasanCtorComdat() 444 Note->setDSOLocal(true); in createHwasanCtorComdat()
|
D | MemProfiler.cpp | 580 dyn_cast<GlobalVariable>(GlobalDynamicAddress)->setDSOLocal(true); in insertDynamicShadowAtFunctionEntry()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 428 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()
|
D | CGVTables.cpp | 52 ThunkFn->setDSOLocal(true); in setThunkProperties() 658 proxy->setDSOLocal(true); in addRelativeComponent()
|
D | ItaniumCXXABI.cpp | 2354 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()
|
D | CodeGenModule.h | 781 void setDSOLocal(llvm::GlobalValue *GV) const;
|
D | CGDecl.cpp | 363 GV->setDSOLocal(OldGV->isDSOLocal()); in AddInitializerToStaticVarDecl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 753 GV->setDSOLocal(true); in addRegularLTO() 841 S->setDSOLocal(true); in addThinLTO()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 767 GV->setDSOLocal(true); in addRegularLTO() 863 S->setDSOLocal(true); in addThinLTO()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1005 GV.setDSOLocal(false); in convertToDeclaration()
|
D | Attributor.cpp | 1533 Copied->setDSOLocal(true); in internalizeFunction()
|
D | GlobalOpt.cpp | 2958 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3085 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/ |
D | BitcodeReader.cpp | 3148 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/ |
D | TargetLoweringBase.cpp | 1980 GV->setDSOLocal(true); in insertSSPDeclarations()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2816 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
|