/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 137 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub() 140 GV->hasCommonLinkage() || isDecl; in hasLazyResolverStub()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 114 << (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/ |
D | HexagonTargetObjectFile.cpp | 137 << (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/ |
D | XCoreAsmPrinter.cpp | 92 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage() ) && in emitArrayBound() 103 GV->hasCommonLinkage()) { in emitArrayBound() 138 GV->hasCommonLinkage()) in EmitGlobalVariable()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 94 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/ |
D | LinkModules.cpp | 284 if (Src.hasCommonLinkage()) { in shouldLinkFromSource() 290 if (!Dest.hasCommonLinkage()) { in shouldLinkFromSource() 354 if (DGVar->hasCommonLinkage() && SGVar->hasCommonLinkage()) { in linkIfNeeded()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 308 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/ |
D | JITSymbol.cpp | 24 if (GV.hasCommonLinkage()) in fromGlobalValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 95 GVA->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 85 GV->hasCommonLinkage())) in isGlobalInSmallSectionImpl()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 108 GV->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 162 if (isDecl || GV->hasCommonLinkage()) in GVIsIndirectSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 173 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in hasLazyResolverStub()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 160 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in hasLazyResolverStub()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 131 GVA->hasCommonLinkage())) in IsGlobalInSmallSectionImpl()
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 80 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalValue.h | 220 bool hasCommonLinkage() const { return isCommonLinkage(Linkage); } in hasCommonLinkage() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 142 if (GVar->hasCommonLinkage()) in getKindForGlobal()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 272 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 152 if (GVar->hasCommonLinkage()) in getKindForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ModuleSymbolTable.cpp | 207 if (GV->hasCommonLinkage()) in getSymbolFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyEmittingLayer.h | 148 if (GV.isDeclaration() || GV.hasCommonLinkage()) in addGlobalValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 111 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.cpp | 115 if (isDecl || GV->hasCommonLinkage()) { in ClassifyGlobalReference()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyEmittingLayer.h | 166 if (GV.isDeclaration() || GV.hasCommonLinkage()) in addGlobalValue()
|