Home
last modified time | relevance | path

Searched refs:hasCommonLinkage (Results 1 – 25 of 49) 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()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp137 << (GO->hasCommonLinkage() ? "common_linkage " : "") in SelectSectionForGlobal()
138 << (GO->hasCommonLinkage() ? "common " : "" ) in SelectSectionForGlobal()
174 << (GO->hasCommonLinkage() ? "common_linkage " : "") in getExplicitSectionGlobal()
175 << (GO->hasCommonLinkage() ? "common " : "" ) in getExplicitSectionGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp92 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound()
103 GV->hasCommonLinkage()) { in emitArrayBound()
138 GV->hasCommonLinkage()) in EmitGlobalVariable()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp94 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound()
105 GV->hasCommonLinkage()) { in emitArrayBound()
141 GV->hasCommonLinkage()) in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp284 if (Src.hasCommonLinkage()) { in shouldLinkFromSource()
290 if (!Dest.hasCommonLinkage()) { in shouldLinkFromSource()
354 if (DGVar->hasCommonLinkage() && SGVar->hasCommonLinkage()) { in linkIfNeeded()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp24 if (GV.hasCommonLinkage()) in fromGlobalValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp95 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp173 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in hasLazyResolverStub()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp160 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in hasLazyResolverStub()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp131 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp80 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h220 bool hasCommonLinkage() const { return isCommonLinkage(Linkage); } in hasCommonLinkage() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp142 if (GVar->hasCommonLinkage()) in getKindForGlobal()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp272 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp152 if (GVar->hasCommonLinkage()) in getKindForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DModuleSymbolTable.cpp207 if (GV->hasCommonLinkage()) in getSymbolFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h148 if (GV.isDeclaration() || GV.hasCommonLinkage()) in addGlobalValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp111 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/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()

12