Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSubtarget.cpp137 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub()
140 GV->hasCommonLinkage() || isDecl; in hasLazyResolverStub()
DPPCAsmPrinter.cpp211 } else if (GV->isDeclaration() || GV->hasCommonLinkage() || in printOperand()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp114 << (GV->hasCommonLinkage() ? "common_linkage " : "") in SelectSectionForGlobal()
115 << (GV->hasCommonLinkage() ? "common " : "" ) in SelectSectionForGlobal()
147 << (GV->hasCommonLinkage() ? "common_linkage " : "") in getExplicitSectionGlobal()
148 << (GV->hasCommonLinkage() ? "common " : "" ) in getExplicitSectionGlobal()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp94 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound()
105 GV->hasCommonLinkage()) { in emitArrayBound()
141 GV->hasCommonLinkage()) in EmitGlobalVariable()
/external/llvm/lib/Linker/
DLinkModules.cpp308 if (Src.hasCommonLinkage()) { in shouldLinkFromSource()
314 if (!Dest.hasCommonLinkage()) { in shouldLinkFromSource()
368 if (DGVar->hasCommonLinkage() && SGVar->hasCommonLinkage()) { in linkIfNeeded()
/external/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp85 GV->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp108 GV->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.cpp162 if (isDecl || GV->hasCommonLinkage()) in GVIsIndirectSymbol()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp160 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in hasLazyResolverStub()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h220 bool hasCommonLinkage() const { return isCommonLinkage(Linkage); } in hasCommonLinkage() function
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp272 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp142 if (GVar->hasCommonLinkage()) in getKindForGlobal()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp80 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp152 if (GVar->hasCommonLinkage()) in getKindForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp115 if (isDecl || GV->hasCommonLinkage()) { in ClassifyGlobalReference()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h166 if (GV.isDeclaration() || GV.hasCommonLinkage()) in addGlobalValue()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp361 else if (def->hasCommonLinkage()) in addDefinedSymbol()
372 def->hasLinkOnceLinkage() || def->hasCommonLinkage() || in addDefinedSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUAsmPrinter.cpp279 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage()))) { in printOp()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h412 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
/external/llvm/include/llvm/IR/
DGlobalValue.h395 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
/external/llvm/lib/Object/
DIRObjectFile.cpp243 if (GV->hasCommonLinkage()) in getSymbolFlags()
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
Dllvm-nm.cpp227 if (GV.hasCommonLinkage()) return 'C'; in TypeCharForSymbol()
/external/llvm/tools/gold/
Dgold-plugin.cpp574 if (GV->hasCommonLinkage()) in claim_file_hook()
743 if (GV->hasCommonLinkage()) { in getModuleForFile()
/external/llvm/lib/LTO/
DLTOModule.cpp446 else if (def->hasCommonLinkage()) in addDefinedSymbol()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp479 (Src->hasWeakLinkage() || Src->hasCommonLinkage()))) { in getLinkageResult()

12