| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 135 << (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 D | XCoreAsmPrinter.cpp | 87 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound() 98 GV->hasCommonLinkage()) { in emitArrayBound() 132 GV->hasCommonLinkage()) in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 283 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 D | LanaiTargetObjectFile.cpp | 90 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 129 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | JITSymbol.cpp | 28 if (GV.hasCommonLinkage()) in fromGlobalValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 91 GVA->hasCommonLinkage())) in isGlobalInSmallSection()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/ |
| H A D | CIROpInterfaces.td | 121 "bool", "hasCommonLinkage", (ins), [{}],
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 237 if (GV->hasCommonLinkage()) in getSymbolFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 326 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
|
| /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/llvm/lib/Target/AVR/ |
| H A D | AVRAsmPrinter.cpp | 257 if (GO.hasCommonLinkage()) { in doFinalization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 257 if (GVar->hasCommonLinkage()) in getKindForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 534 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 492 GA->hasAvailableExternallyLinkage() || GA->hasCommonLinkage()) in emitAliasDeclaration() 844 } else if (STI.getPTXVersion() >= 50 && GVar->hasCommonLinkage() && in printModuleLevelGV() 849 GVar->hasCommonLinkage()) { in printModuleLevelGV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2800 if (GV->hasCommonLinkage() || GVKind.isBSSLocal() || in emitGlobalVariableHelper() 3015 if (!GV->hasCommonLinkage()) in emitEndOfAsmFile() 3019 if (GV->hasCommonLinkage()) in emitEndOfAsmFile() 3129 if (Aliasee->hasCommonLinkage()) { in doInitialization()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 437 else if (def->hasCommonLinkage()) in addDefinedSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2406 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol() 2489 GO->hasCommonLinkage() ? XCOFF::XTY_CM : XCOFF::XTY_SD; in SelectSectionForGlobal() 2499 if (Kind.isBSSLocal() || GO->hasCommonLinkage() || Kind.isThreadBSSLocal()) { in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1780 if (GV.hasCommonLinkage()) in instrumentGlobals()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 842 if (GV.hasCommonLinkage()) { in visitGlobalVariable() 2885 Check(!F.hasCommonLinkage(), "Functions may not have common linkage", &F); in visitFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 730 assert(!(IsEmuTLSVar && GV->hasCommonLinkage()) && in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 698 if (GV->hasCommonLinkage()) { in checkAliasedGlobal()
|