Searched refs:setDSOLocal (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h152 setDSOLocal(true);
281 void setDSOLocal(bool Local) { IsDSOLocal = Local; }
H A DModuleSummaryIndex.h404 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; } function in class:llvm::CalleeInfo::GlobalValueSummary
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp218 GV.setDSOLocal(true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp69 setDSOLocal(Src->isDSOLocal());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1336 Start->setDSOLocal(true);
1341 Stop->setDSOLocal(true);
1355 Note->setDSOLocal(true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp870 void CodeGenModule::setDSOLocal(llvm::GlobalValue *GV) const { function in class:CodeGenModule
871 GV->setDSOLocal(shouldAssumeDSOLocal(*this, GV));
910 setDSOLocal(GV);
2415 setDSOLocal(GV);
3165 setDSOLocal(Entry);
3404 setDSOLocal(F);
3725 setDSOLocal(cast<llvm::GlobalValue>(Ret->stripPointerCasts()));
4747 setDSOLocal(GV);
4955 CGM.setDSOLocal(GV);
H A DItaniumCXXABI.cpp2245 guard->setDSOLocal(var->isDSOLocal());
2692 Init->setDSOLocal(Var->isDSOLocal());
3282 CGM.setDSOLocal(cast<llvm::GlobalValue>(VTable->stripPointerCasts()));
3557 CGM.setDSOLocal(TypeName);
3560 CGM.setDSOLocal(GV);
H A DCGVTables.cpp52 ThunkFn->setDSOLocal(true);
H A DCodeGenModule.h776 void setDSOLocal(llvm::GlobalValue *GV) const;
H A DCGDecl.cpp350 GV->setDSOLocal(OldGV->isDSOLocal());
H A DCGExpr.cpp3171 CGM.setDSOLocal(
3186 CGM.setDSOLocal(F);
H A DCGBlocks.cpp2978 CGM.setDSOLocal(GV);
H A DTargetInfo.cpp8076 GV->setDSOLocal(false);
8079 GV->setDSOLocal(true);
H A DCGBuiltin.cpp10241 cast<llvm::GlobalValue>(CpuModel)->setDSOLocal(true);
10314 cast<llvm::GlobalValue>(CpuModel)->setDSOLocal(true);
10334 cast<llvm::GlobalValue>(CpuFeatures2)->setDSOLocal(true);
10354 cast<llvm::GlobalValue>(Func.getCallee())->setDSOLocal(true);
H A DMicrosoftCXXABI.cpp532 CGM.setDSOLocal(GV);
H A DCGOpenMPRuntime.cpp6507 OutlinedFn->setDSOLocal(false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp773 GV->setDSOLocal(true);
861 S->setDSOLocal(true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3085 GV->setDSOLocal(true);
3183 NewGV->setDSOLocal(getDecodedDSOLocal(Record[13]));
3295 Func->setDSOLocal(getDecodedDSOLocal(Record[15]));
3386 NewGA->setDSOLocal(getDecodedDSOLocal(Record[OpNum++]));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2820 Target->setDSOLocal(J->isDSOLocal());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp855 GV.setDSOLocal(true);

Completed in 679 milliseconds