/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 91 assert( ( GV->hasExternalLinkage() || GV->hasWeakLinkage() || in emitArrayBound() 102 if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() || in emitArrayBound() 137 if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() || in EmitGlobalVariable()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 93 assert( ( GV->hasExternalLinkage() || GV->hasWeakLinkage() || in emitArrayBound() 104 if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() || in emitArrayBound() 140 if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() || in EmitGlobalVariable()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 92 GV->hasWeakLinkage()) || in emitArrayBound() 101 if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage()) { in emitArrayBound() 139 if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage()) in EmitGlobalVariable()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 139 return GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() || in hasLazyResolverStub()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbolFlags.h | 68 if (GV.hasWeakLinkage()) in flagsFromGlobalValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | JITSymbol.cpp | 22 if (GV.hasWeakLinkage() || GV.hasLinkOnceLinkage()) in fromGlobalValue()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalValue.h | 203 bool hasWeakLinkage() const { in hasWeakLinkage() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ModuleSymbolTable.cpp | 209 if (GV->hasLinkOnceLinkage() || GV->hasWeakLinkage() || in getSymbolFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 285 if (Dest.hasLinkOnceLinkage() || Dest.hasWeakLinkage()) { in shouldLinkFromSource() 306 if (Dest.hasLinkOnceLinkage() && Src.hasWeakLinkage()) { in shouldLinkFromSource()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 309 if (Dest.hasLinkOnceLinkage() || Dest.hasWeakLinkage()) { in shouldLinkFromSource() 330 if (Dest.hasLinkOnceLinkage() && Src.hasWeakLinkage()) { in shouldLinkFromSource()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 357 if (def->hasWeakLinkage() || def->hasLinkOnceLinkage() || in addDefinedSymbol() 371 else if (def->hasExternalLinkage() || def->hasWeakLinkage() || in addDefinedSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUAsmPrinter.cpp | 278 if (((GV->isDeclaration() || GV->hasWeakLinkage() || in printOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 429 bool hasWeakLinkage() const { return isWeakLinkage(getLinkage()); } in hasWeakLinkage() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 402 bool hasWeakLinkage() const { return isWeakLinkage(getLinkage()); } in hasWeakLinkage() function
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 385 bool hasWeakLinkage() const { return isWeakLinkage(getLinkage()); } in hasWeakLinkage() function
|
/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 245 if (GV->hasLinkOnceLinkage() || GV->hasWeakLinkage() || in getSymbolFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 235 if (GV.hasWeakLinkage()) in emit()
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
D | llvm-nm.cpp | 228 if (GV.hasWeakLinkage()) return 'W'; in TypeCharForSymbol()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 444 if (def->hasWeakLinkage() || def->hasLinkOnceLinkage()) in addDefinedSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 431 if (def->hasWeakLinkage() || def->hasLinkOnceLinkage()) in addDefinedSymbol()
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 513 if (Addr->hasWeakLinkage() || Addr->hasLinkOnceLinkage()) { in GenerateCXXGlobalVarDeclInitFunc()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 1798 if (I->hasWeakLinkage() || I->hasLinkOnceLinkage()) in doInitialization() 1841 else if (I->hasWeakLinkage()) in doInitialization() 1876 else if (I->hasWeakLinkage()) in doInitialization() 1893 } else if (I->hasWeakLinkage()) { in doInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 379 if (F.hasWeakLinkage() || F.hasLinkOnceLinkage()) { in addLogicalModule()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 701 G->hasWeakLinkage()) { in writeThunkOrAlias()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 479 (Src->hasWeakLinkage() || Src->hasCommonLinkage()))) { in getLinkageResult()
|