/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 305 (GV.isDeclarationForLinker() || in processGlobalForThinLTO() 321 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 618 bool isDeclarationForLinker() const { in isDeclarationForLinker() function 632 return !(isDeclarationForLinker() || isWeakForLinker()); in isStrongDefinitionForLinker()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 201 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives()
|
H A D | ModuleSymbolTable.cpp | 223 if (GV->isDeclarationForLinker()) in getSymbolFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 207 if (TT.isWindowsGNUEnvironment() && GV->isDeclarationForLinker() && in shouldAssumeDSOLocal()
|
H A D | TargetLoweringObjectFile.cpp | 202 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 256 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource() 257 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
|
H A D | IRMover.cpp | 1004 if (DGV && !DGV->isDeclarationForLinker()) in shouldLink()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 116 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 171 if (Aliasee->isDeclarationForLinker()) in TryEmitBaseDestructorAsAlias()
|
H A D | CodeGenModule.cpp | 822 if (GV.isDeclarationForLinker()) in setVisibilityFromDLLStorageClass() 1417 Entry->isDeclarationForLinker()) in Release() 1622 !GV->isDeclarationForLinker()) in setGlobalVisibility() 1649 if (GV->isDeclarationForLinker() && isa<llvm::GlobalVariable>(GV) && in shouldAssumeDSOLocal() 1689 if (!GV->isDeclarationForLinker()) in shouldAssumeDSOLocal() 1750 !GV->isDeclarationForLinker()) in setDLLImportDLLExport()
|
H A D | ItaniumCXXABI.cpp | 2042 if (!VTable->isDeclarationForLinker() || in emitVTableDefinitions() 2048 if (VTable->isDeclarationForLinker()) { in emitVTableDefinitions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 356 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 2344 if (GO->isDeclarationForLinker()) in getTargetSymbol() 2404 assert(GO->isDeclarationForLinker() && in getSectionForExternalReference() 2647 Func->isDeclarationForLinker()) && in getFunctionEntryPointSymbol() 2652 XCOFF::CsectProperties(XCOFF::XMC_PR, Func->isDeclarationForLinker() in getFunctionEntryPointSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 241 if (F->isDeclarationForLinker()) in isJumpTableCanonical() 1062 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction() 2182 if (isa<GlobalVariable>(GO) && GO.isDeclarationForLinker()) in lower()
|
H A D | FunctionImport.cpp | 1580 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1406 if (!Global.isDeclarationForLinker()) in processGlobals() 1409 if (Global.isDeclarationForLinker()) in processGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1270 if (F.isDeclarationForLinker()) in getFunctionCFISectionType() 2307 if (!F.isDeclarationForLinker()) in doFinalization() 2514 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization() 2974 if (GV->isDeclarationForLinker()) in emitXXStructorList()
|
H A D | CodeViewDebug.cpp | 660 if (!P.first->isDeclarationForLinker()) in endModule() 3262 if (!GV || GV->isDeclarationForLinker()) in collectGlobalVariableInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1726 bool IsGlobalADeclaration = GValue->isDeclarationForLinker(); in getAdjustedFasterLocalExpr() 2792 if (GV->isDeclarationForLinker()) { in emitGlobalVariableHelper() 3024 if (GO->isDeclarationForLinker()) in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1363 if (Fn->isDeclarationForLinker()) in shouldUsePublicSymbol()
|
H A D | HWAddressSanitizer.cpp | 1754 if (GV.isDeclarationForLinker() || GV.getName().starts_with("llvm.") || in instrumentGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 776 if (GV.isDeclarationForLinker()) in visitGlobalValue() 944 Check(!GV->isDeclarationForLinker(), "Alias must point to a definition", in visitAliaseeSubExpr() 999 Check(!Resolver->isDeclarationForLinker(), in visitGlobalIFunc()
|