/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()
|
D | PPCAsmPrinter.cpp | 211 } else if (GV->isDeclaration() || GV->hasCommonLinkage() || in printOperand()
|
/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/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/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/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/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 160 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in hasLazyResolverStub()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalValue.h | 220 bool hasCommonLinkage() const { return isCommonLinkage(Linkage); } in hasCommonLinkage() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 272 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 142 if (GVar->hasCommonLinkage()) in getKindForGlobal()
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 80 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 152 if (GVar->hasCommonLinkage()) in getKindForGlobal()
|
/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()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 361 else if (def->hasCommonLinkage()) in addDefinedSymbol() 372 def->hasLinkOnceLinkage() || def->hasCommonLinkage() || in addDefinedSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUAsmPrinter.cpp | 279 GV->hasLinkOnceLinkage() || GV->hasCommonLinkage()))) { in printOp()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 412 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 395 bool hasCommonLinkage() const { return isCommonLinkage(getLinkage()); } in hasCommonLinkage() function
|
/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 243 if (GV->hasCommonLinkage()) in getSymbolFlags()
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
D | llvm-nm.cpp | 227 if (GV.hasCommonLinkage()) return 'C'; in TypeCharForSymbol()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 574 if (GV->hasCommonLinkage()) in claim_file_hook() 743 if (GV->hasCommonLinkage()) { in getModuleForFile()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 446 else if (def->hasCommonLinkage()) in addDefinedSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 479 (Src->hasWeakLinkage() || Src->hasCommonLinkage()))) { in getLinkageResult()
|