|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/ModuleSummaryAnalysis.cpp 598 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() &&
lib/Bitcode/Writer/BitcodeWriter.cpp 1282 GV.hasComdat() ||
1291 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0);
1328 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 3133 if (F.hasComdat()) {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 3017 } else if (GV->hasComdat())
lib/CodeGen/LowerEmuTLS.cpp 45 if (from->hasComdat()) {
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 697 EmitUniqueSection |= GO->hasComdat();
1305 if (GO->hasComdat()) {
1348 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) {
1358 if (GO->hasComdat())
1771 EmitUniqueSection |= GO->hasComdat();
lib/IR/Verifier.cpp 633 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV);
lib/ProfileData/InstrProf.cpp 1045 if (F.hasComdat())
1103 if (!F.hasComdat()) {
lib/Target/PowerPC/PPCAsmPrinter.cpp 1746 if (GV->hasComdat())
lib/Target/PowerPC/PPCISelLowering.cpp 4511 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() ||
lib/Transforms/IPO/AlwaysInliner.cpp 78 InlinedFunctions, [&](Function *F) { return F->hasComdat(); });
lib/Transforms/IPO/FunctionImport.cpp 995 if (GO && GO->isDeclarationForLinker() && GO->hasComdat())
lib/Transforms/IPO/Inliner.cpp 828 if (F->hasComdat()) {
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1824 if (!G->hasExactDefinition() || G->hasComdat())
2011 assert(G->hasComdat());
lib/Transforms/Instrumentation/InstrProfiling.cpp 706 if (F->hasLocalLinkage() && F->hasComdat())
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 687 if (!F.hasComdat()) {
1160 (F.hasComdat() ||
lib/Transforms/Utils/FunctionImportUtils.cpp 281 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) {