Home
last modified time | relevance | path

Searched refs:hasComdat (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h36 virtual bool hasComdat() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h37 bool hasComdat() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp70 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
DInliner.cpp759 if (F->hasComdat()) { in removeDeadFunctions()
DFunctionImport.cpp831 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolveWeakForLinkerModule()
/external/llvm/include/llvm/IR/
DGlobalObject.h70 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h189 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h206 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp88 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h100 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h225 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp326 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()
DLowerEmuTLS.cpp47 if (from->hasComdat()) { in copyLinkageVisibility()
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp206 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp46 if (from->hasComdat()) { in copyLinkageVisibility()
DTargetLoweringObjectFileImpl.cpp516 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/
DFunctionImportUtils.cpp234 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
DModuleUtils.cpp246 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp259 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
273 if (F.hasComdat()) in needsComdatForCounter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp926 if (F.hasComdat()) in needsComdatForCounter()
986 if (!F.hasComdat()) { in canRenameComdatFunc()
/external/llvm/lib/LTO/
DLTOModule.cpp464 if (def->hasComdat()) in addDefinedSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp451 if (def->hasComdat()) in addDefinedSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp648 if (!F.hasComdat()) { in renameComdatFunction()
1028 (F.hasComdat() || in readCounters()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1998 if (!GV->hasComdat() && !GV->isDeclarationForLinker()) { in emitDebugInfoForGlobals()
2014 if (GV->hasComdat()) { in emitDebugInfoForGlobals()

12