/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSectionContrib.h | 36 virtual bool hasComdat() const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 37 bool hasComdat() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | AlwaysInliner.cpp | 70 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
|
D | Inliner.cpp | 759 if (F->hasComdat()) { in removeDeadFunctions()
|
D | FunctionImport.cpp | 831 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolveWeakForLinkerModule()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 70 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
D | GlobalValue.h | 189 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
D | GlobalValue.h | 206 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 88 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 100 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
D | GlobalValue.h | 225 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 326 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal() 895 if (GV->hasComdat()) { in getExplicitSectionGlobal() 939 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal() 948 if (GV->hasComdat()) in SelectSectionForGlobal()
|
D | LowerEmuTLS.cpp | 47 if (from->hasComdat()) { in copyLinkageVisibility()
|
/external/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 206 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 46 if (from->hasComdat()) { in copyLinkageVisibility()
|
D | TargetLoweringObjectFileImpl.cpp | 516 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal() 1093 if (GO->hasComdat()) { in getExplicitSectionGlobal() 1136 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal() 1146 if (GO->hasComdat()) in SelectSectionForGlobal() 1538 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 234 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
D | ModuleUtils.cpp | 246 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 259 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr() 273 if (F.hasComdat()) in needsComdatForCounter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 926 if (F.hasComdat()) in needsComdatForCounter() 986 if (!F.hasComdat()) { in canRenameComdatFunc()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 464 if (def->hasComdat()) in addDefinedSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 451 if (def->hasComdat()) in addDefinedSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 648 if (!F.hasComdat()) { in renameComdatFunction() 1028 (F.hasComdat() || in readCounters()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1998 if (!GV->hasComdat() && !GV->isDeclarationForLinker()) { in emitDebugInfoForGlobals() 2014 if (GV->hasComdat()) { in emitDebugInfoForGlobals()
|