Home
last modified time | relevance | path

Searched refs:IsComdat (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbolWasm.h20 bool IsComdat = false; variable
80 bool isComdat() const { return IsComdat; } in isComdat()
81 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat()
H A DMCSectionELF.h53 unsigned entrySize, const MCSymbolELF *group, bool IsComdat, in MCSectionELF() argument
57 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF()
H A DMCContext.h378 const MCSymbolELF *Group, bool IsComdat,
577 const Twine &Group, bool IsComdat) { in getELFSection() argument
578 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
584 const Twine &Group, bool IsComdat,
590 const MCSymbolELF *Group, bool IsComdat,
607 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp158 bool parseGroup(StringRef &GroupName, bool &IsComdat);
435 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) { in parseGroup() argument
453 IsComdat = true; in parseGroup()
455 IsComdat = false; in parseGroup()
534 bool IsComdat = false; in ParseSectionArguments() local
606 if (parseGroup(GroupName, IsComdat)) in ParseSectionArguments()
674 IsComdat = Section->isComdat(); in ParseSectionArguments()
681 IsComdat, UniqueID, LinkedToSym); in ParseSectionArguments()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp531 const Twine &Group, bool IsComdat, in getELFSection() argument
538 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
545 bool IsComdat, unsigned UniqueID, in getELFSection() argument
572 IsComdat, UniqueID, LinkedToSym); in getELFSection()
582 bool IsComdat) { in createELFGroupSection() argument
584 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp775 bool IsComdat = false; in selectExplicitSectionGlobal() local
779 IsComdat = C->getSelectionKind() == Comdat::Any; in selectExplicitSectionGlobal()
791 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
830 bool IsComdat = false; in selectELFSectionForGlobal() local
834 IsComdat = C->getSelectionKind() == Comdat::Any; in selectELFSectionForGlobal()
857 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
949 bool IsComdat = false; in getSectionForLSDA() local
953 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()
969 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()