Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h20 bool IsComdat = false; variable
76 bool isComdat() const { return IsComdat; } in isComdat()
77 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat()
H A DMCSectionELF.h55 unsigned entrySize, const MCSymbolELF *group, bool IsComdat, in MCSectionELF() argument
59 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF()
H A DMCContext.h356 const MCSymbolELF *Group, bool IsComdat,
553 const Twine &Group, bool IsComdat) { in getELFSection() argument
554 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
560 const Twine &Group, bool IsComdat,
566 const MCSymbolELF *Group, bool IsComdat,
586 bool IsComdat);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp160 bool parseGroup(StringRef &GroupName, bool &IsComdat);
433 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) { in parseGroup() argument
451 IsComdat = true; in parseGroup()
453 IsComdat = false; in parseGroup()
514 bool IsComdat = false; in ParseSectionArguments() local
587 if (parseGroup(GroupName, IsComdat)) in ParseSectionArguments()
653 IsComdat = Section->isComdat(); in ParseSectionArguments()
660 IsComdat, UniqueID, LinkedToSym); in ParseSectionArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp528 const Twine &Group, bool IsComdat, in getELFSection() argument
535 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
542 bool IsComdat, unsigned UniqueID, in getELFSection() argument
569 IsComdat, UniqueID, LinkedToSym); in getELFSection()
579 bool IsComdat) { in createELFGroupSection() argument
581 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp764 bool IsComdat = false; in selectExplicitSectionGlobal() local
768 IsComdat = C->getSelectionKind() == Comdat::Any; in selectExplicitSectionGlobal()
780 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
819 bool IsComdat = false; in selectELFSectionForGlobal() local
823 IsComdat = C->getSelectionKind() == Comdat::Any; in selectELFSectionForGlobal()
846 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
935 bool IsComdat = false; in getSectionForLSDA() local
939 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()
955 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()