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.cpp87 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 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.cpp90 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp129 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/Target/RISCV/
H A DRISCVTargetObjectFile.cpp91 GVA->hasCommonLinkage())) in isGlobalInSmallSection()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/
H A DCIROpInterfaces.td121 "bool", "hasCommonLinkage", (ins), [{}],
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp237 if (GV->hasCommonLinkage()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp326 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/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/AVR/
H A DAVRAsmPrinter.cpp257 if (GO.hasCommonLinkage()) { in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 if (GVar->hasCommonLinkage()) in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h534 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp492 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 DPPCAsmPrinter.cpp2800 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 DLTOModule.cpp437 else if (def->hasCommonLinkage()) in addDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2406 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 DHWAddressSanitizer.cpp1780 if (GV.hasCommonLinkage()) in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp842 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 DAsmPrinter.cpp730 assert(!(IsEmuTLSVar && GV->hasCommonLinkage()) && in emitGlobalVariable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp698 if (GV->hasCommonLinkage()) { in checkAliasedGlobal()