Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalObject.h60 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h116 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp325 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal()
871 if (GV->hasComdat()) { in getExplicitSectionGlobal()
918 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()
927 if (GV->hasComdat()) in SelectSectionForGlobal()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp654 if (!F->hasLocalLinkage() && F->hasComdat()) in removeDeadFunctions()
/external/llvm/tools/gold/
Dgold-plugin.cpp656 assert(GV->hasComdat()); in getModuleForFile()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp673 GV.hasComdat()) { in WriteModuleInfo()
679 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in WriteModuleInfo()
706 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in WriteModuleInfo()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1150 if (G->hasComdat()) return false; in ShouldInstrumentGlobal()
/external/llvm/lib/IR/
DVerifier.cpp459 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV); in visitGlobalVariable()