/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 268 if (Dest.hasExternalWeakLinkage()) { in shouldLinkFromSource() 302 assert(!Dest.hasExternalWeakLinkage()); in shouldLinkFromSource() 320 assert(!Src.hasExternalWeakLinkage()); in shouldLinkFromSource() 321 assert(!Dest.hasExternalWeakLinkage()); in shouldLinkFromSource()
|
H A D | IRMover.cpp | 754 else if (SGV->hasExternalWeakLinkage()) in copyGlobalValueProto()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 300 (!hasDefaultVisibility() && !hasExternalWeakLinkage()); in isImplicitDSOLocal() 529 bool hasExternalWeakLinkage() const { in hasExternalWeakLinkage() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 214 if (GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 243 GV->hasExternalWeakLinkage()) in getSymbolFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 421 GV->hasExternalWeakLinkage()) in ClassifyGlobalReference()
|
H A D | AArch64FastISel.cpp | 3222 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall()
|
H A D | AArch64ISelLowering.cpp | 8029 if (GV->hasExternalWeakLinkage() && in isEligibleForTailCallOptimization() 9692 assert(TGN->getGlobal()->hasExternalWeakLinkage()); in LowerPtrAuthGlobalAddressStatically() 9764 assert(!PtrGV->hasExternalWeakLinkage() && "extern_weak should use GOT"); in LowerPtrAuthGlobalAddress() 9773 if (!PtrGV->hasExternalWeakLinkage()) in LowerPtrAuthGlobalAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 414 else if (F.hasExternalWeakLinkage()) in splitAndWriteThinLTOBitcode()
|
H A D | LowerTypeTests.cpp | 1106 if (F->hasExternalWeakLinkage()) in importFunction() 1702 if (F->hasExternalWeakLinkage()) in buildBitSetsFromFunctionsNative() 2160 if (Linkage == CFL_Definition && F->hasExternalWeakLinkage()) in lower()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1069 if (!GV->hasExternalWeakLinkage() && !isa<GlobalAlias>(GV) && in evaluateICmpRelation() 1090 if (!GV->hasExternalWeakLinkage() && CE1GEP->isInBounds()) in evaluateICmpRelation()
|
H A D | Value.cpp | 916 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes()
|
H A D | Verifier.cpp | 791 (GV.hasExternalLinkage() || GV.hasExternalWeakLinkage())) || in visitGlobalValue()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 421 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 561 if (decl->hasExternalWeakLinkage()) in addPotentialUndefinedSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 853 if (!GV.getValueType()->isSized() || GV.hasExternalWeakLinkage() || in visitGlobalVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 619 GV->hasExternalWeakLinkage()); in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 984 if (GV->hasExternalWeakLinkage() && in isEligibleForTailCallOptimization()
|
H A D | AArch64InstructionSelector.cpp | 6803 assert((!GV->hasExternalWeakLinkage() || NeedsGOTLoad) && in selectPtrAuthGlobalValue() 6813 if (!GV->hasExternalWeakLinkage()) { in selectPtrAuthGlobalValue()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1244 if (GV.hasExternalLinkage() || GVEntry->hasExternalWeakLinkage()) in emitGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2715 F->hasExternalWeakLinkage()))) in translateCall() 2905 Fn->hasExternalWeakLinkage()))) in translateInvoke()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1631 if (!GV->hasDefaultVisibility() && !GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal() 1658 if (TT.isOSBinFormatCOFF() && GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal() 1695 if (RM == llvm::Reloc::PIC_ && GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal()
|
H A D | ItaniumCXXABI.cpp | 3216 if (!CGM.getTriple().isOSWindows() || !Init->hasExternalWeakLinkage()) in EmitThreadLocalInitFuncs()
|
H A D | CGObjCMac.cpp | 7532 cast<llvm::GlobalVariable>(ClassGV)->hasExternalWeakLinkage()); in GetClass()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2450 if (!GO.hasExternalWeakLinkage()) in doFinalization()
|