Home
last modified time | relevance | path

Searched refs:hasCommonLinkage (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp135 << (GO->hasCommonLinkage() ? "common_linkage " : "") in SelectSectionForGlobal()
136 << (GO->hasCommonLinkage() ? "common " : "" ) in SelectSectionForGlobal()
172 << (GO->hasCommonLinkage() ? "common_linkage " : "") in getExplicitSectionGlobal()
173 << (GO->hasCommonLinkage() ? "common " : "" ) in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp90 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound()
101 GV->hasCommonLinkage()) { in emitArrayBound()
135 GV->hasCommonLinkage()) in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp283 if (Src.hasCommonLinkage()) { in shouldLinkFromSource()
289 if (!Dest.hasCommonLinkage()) { in shouldLinkFromSource()
354 if (DGVar->hasCommonLinkage() && SGVar->hasCommonLinkage()) { in linkIfNeeded()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp93 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp130 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp91 GVA->hasCommonLinkage())) in isGlobalInSmallSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp28 if (GV.hasCommonLinkage()) in fromGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp240 if (GV->hasCommonLinkage()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp116 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp356 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp248 if (GO.hasCommonLinkage()) { in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp230 if (GVar->hasCommonLinkage()) in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h532 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp616 GA->hasAvailableExternallyLinkage() || GA->hasCommonLinkage()) in emitAliasDeclaration()
1028 } else if (STI.getPTXVersion() >= 50 && GVar->hasCommonLinkage() && in printModuleLevelGV()
1033 GVar->hasCommonLinkage()) { in printModuleLevelGV()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2821 if (GV->hasCommonLinkage() || GVKind.isBSSLocal() || in emitGlobalVariableHelper()
3010 if (!GV->hasCommonLinkage()) in emitEndOfAsmFile()
3014 if (GV->hasCommonLinkage()) in emitEndOfAsmFile()
3100 if (Aliasee->hasCommonLinkage()) { in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp437 else if (def->hasCommonLinkage()) in addDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2359 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2442 GO->hasCommonLinkage() ? XCOFF::XTY_CM : XCOFF::XTY_SD; in SelectSectionForGlobal()
2452 if (Kind.isBSSLocal() || GO->hasCommonLinkage() || Kind.isThreadBSSLocal()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1759 if (GV.hasCommonLinkage()) in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp830 if (GV.hasCommonLinkage()) { in visitGlobalVariable()
2747 Check(!F.hasCommonLinkage(), "Functions may not have common linkage", &F); in visitFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp700 assert(!(IsEmuTLSVar && GV->hasCommonLinkage()) && in emitGlobalVariable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp591 if (GV->hasCommonLinkage()) { in checkAliasedGlobal()