Home
last modified time | relevance | path

Searched refs:hasCommonLinkage (Results 1 – 22 of 22) 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/RISCV/
H A DRISCVTargetObjectFile.cpp80 GVA->hasCommonLinkage())) in isGlobalInSmallSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp130 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
/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.cpp226 if (GV->hasCommonLinkage()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp115 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp362 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp247 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.h531 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp437 else if (def->hasCommonLinkage()) in addDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp861 GA.hasAvailableExternallyLinkage() || GA.hasCommonLinkage()) in emitGlobalAlias()
1036 GVar->hasCommonLinkage()) { in printModuleLevelGV()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2354 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2436 if (Kind.isBSSLocal() || GO->hasCommonLinkage() || Kind.isThreadBSSLocal()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2559 if (GV->hasCommonLinkage() || GVKind.isBSSLocal() || in emitGlobalVariableHelper()
2800 if (Aliasee->hasCommonLinkage()) { in doInitialization()
H A DPPCISelDAGToDAG.cpp558 assert(!GV->hasCommonLinkage() && in hasTocDataAttr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1670 if (GV.hasCommonLinkage()) in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp780 if (GV.hasCommonLinkage()) { in visitGlobalVariable()
2623 Check(!F.hasCommonLinkage(), "Functions may not have common linkage", &F); in visitFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp721 assert(!(IsEmuTLSVar && GV->hasCommonLinkage()) && in emitGlobalVariable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp580 if (GV->hasCommonLinkage()) { in checkAliasedGlobal()