| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 280 (GV.isDeclarationForLinker() || in processGlobalForThinLTO() 296 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 534 bool isDeclarationForLinker() const { in isDeclarationForLinker() function 548 return !(isDeclarationForLinker() || isWeakForLinker()); in isStrongDefinitionForLinker()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 128 GV->isDeclarationForLinker() && isa<GlobalVariable>(GV)) in shouldAssumeDSOLocal()
|
| H A D | TargetLoweringObjectFile.cpp | 204 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 206 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives()
|
| H A D | ModuleSymbolTable.cpp | 199 if (GV->isDeclarationForLinker()) in getSymbolFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 272 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource() 273 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
|
| H A D | IRMover.cpp | 968 if (DGV && !DGV->isDeclarationForLinker()) in shouldLink()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 114 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 173 if (Ref->isDeclarationForLinker()) in TryEmitBaseDestructorAsAlias()
|
| H A D | CodeGenModule.cpp | 460 if (GV.isDeclarationForLinker()) { in setVisibilityFromDLLStorageClass() 993 !GV->isDeclarationForLinker()) in setGlobalVisibility() 1019 if (GV->isDeclarationForLinker() && isa<llvm::GlobalVariable>(GV) && in shouldAssumeDSOLocal() 1059 if (!GV->isDeclarationForLinker()) in shouldAssumeDSOLocal() 1118 else if (D->hasAttr<DLLExportAttr>() && !GV->isDeclarationForLinker()) in setDLLImportDLLExport()
|
| H A D | ItaniumCXXABI.cpp | 1793 if (!VTable->isDeclarationForLinker() || in emitVTableDefinitions() 1799 if (VTable->isDeclarationForLinker()) { in emitVTableDefinitions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 364 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 387 if (!F.isDeclarationForLinker()) { in instrumentOneFunc()
|
| H A D | LowerTypeTests.cpp | 240 if (F->isDeclarationForLinker()) in isJumpTableCanonical() 1071 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction() 2012 if (isa<GlobalVariable>(GO) && GO.isDeclarationForLinker()) in lower()
|
| H A D | FunctionImport.cpp | 1102 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 302 if (F.isDeclarationForLinker()) { in emitExternalDecls()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1062 if (F.isDeclarationForLinker()) in getFunctionCFISectionType() 1736 if (!F.isDeclarationForLinker()) in doFinalization() 1927 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization() 2337 if (GV->isDeclarationForLinker()) in emitXXStructorList()
|
| H A D | CodeViewDebug.cpp | 606 if (!P.first->isDeclarationForLinker()) in endModule() 3072 if (!GV || GV->isDeclarationForLinker()) in collectGlobalVariableInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2229 if (GO->isDeclarationForLinker()) in getTargetSymbol() 2280 assert(GO->isDeclarationForLinker() && in getSectionForExternalReference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2327 if (GV->isDeclarationForLinker()) { in emitGlobalVariableHelper() 2479 if (GO->isDeclarationForLinker()) in doInitialization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1568 if (GV.isDeclarationForLinker() || GV.getName().startswith("llvm.") || in instrumentGlobals()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 625 if (GV.isDeclarationForLinker()) in visitGlobalValue() 774 Assert(!GV->isDeclarationForLinker(), "Alias must point to a definition", in visitAliaseeSubExpr()
|