Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h353 const MCSymbolELF *Group, bool IsComdat,
550 const Twine &Group, bool IsComdat) { in getELFSection() argument
551 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
557 const Twine &Group, bool IsComdat,
563 const MCSymbolELF *Group, bool IsComdat,
583 bool IsComdat);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp522 const Twine &Group, bool IsComdat, in getELFSection() argument
529 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
536 bool IsComdat, unsigned UniqueID, in getELFSection() argument
563 IsComdat, UniqueID, LinkedToSym); in getELFSection()
573 bool IsComdat) { in createELFGroupSection() argument
575 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp687 bool IsComdat = false; in selectExplicitSectionGlobal() local
691 IsComdat = C->getSelectionKind() == Comdat::Any; in selectExplicitSectionGlobal()
761 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
800 bool IsComdat = false; in selectELFSectionForGlobal() local
804 IsComdat = C->getSelectionKind() == Comdat::Any; in selectELFSectionForGlobal()
827 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
914 bool IsComdat = false; in getSectionForLSDA() local
918 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()
934 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()