| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 90 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound() 101 GV->hasCommonLinkage()) { in emitArrayBound() 135 GV->hasCommonLinkage()) in emitGlobalVariable()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 60 GVA->hasCommonLinkage())) in isGlobalInSmallSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 93 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 130 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | JITSymbol.cpp | 28 if (GV.hasCommonLinkage()) in fromGlobalValue()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 213 if (GV->hasCommonLinkage()) in getSymbolFlags()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 123 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 360 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 513 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 230 if (GVar->hasCommonLinkage()) in getKindForGlobal()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 437 else if (def->hasCommonLinkage()) in addDefinedSymbol()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2263 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol() 2338 if (Kind.isBSSLocal() || GO->hasCommonLinkage() || Kind.isThreadBSSLocal()) { in SelectSectionForGlobal()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 994 GVar->hasCommonLinkage()) { in printModuleLevelGV()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1597 if (GV.hasCommonLinkage()) in instrumentGlobals()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2432 if (GV->hasCommonLinkage() || GVKind.isBSSLocal() || in emitGlobalVariableHelper()
|
| H A D | PPCISelDAGToDAG.cpp | 546 assert(!GV->hasCommonLinkage() && in hasTocDataAttr()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 711 if (GV.hasCommonLinkage()) { in visitGlobalVariable() 2451 Check(!F.hasCommonLinkage(), "Functions may not have common linkage", &F); in visitFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 678 assert(!(IsEmuTLSVar && GV->hasCommonLinkage()) && in emitGlobalVariable()
|