HomeSort by: relevance | last modified time | path
    Searched refs:IsComdat (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionELF.h 55 unsigned entrySize, const MCSymbolELF *group, bool IsComdat,
59 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat),
79 bool isComdat() const { return Group.getInt(); }
MCSymbolWasm.h 20 bool IsComdat = false;
76 bool isComdat() const { return IsComdat; }
77 void setComdat(bool isComdat) { IsComdat = isComdat; }
MCContext.h 353 const MCSymbolELF *Group, bool IsComdat,
550 const Twine &Group, bool IsComdat) {
551 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat,
557 const Twine &Group, bool IsComdat,
563 const MCSymbolELF *Group, bool IsComdat,
583 bool IsComdat);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 160 bool parseGroup(StringRef &GroupName, bool &IsComdat);
433 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) {
451 IsComdat = true;
453 IsComdat = false;
514 bool IsComdat = false;
587 if (parseGroup(GroupName, IsComdat))
653 IsComdat = Section->isComdat();
660 IsComdat, UniqueID, LinkedToSym);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 517 /*IsComdat=*/true);
522 const Twine &Group, bool IsComdat,
529 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat,
536 bool IsComdat, unsigned UniqueID,
563 IsComdat, UniqueID, LinkedToSym);
573 bool IsComdat) {
575 SectionKind::getReadOnly(), 4, Group, IsComdat,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 687 bool IsComdat = false;
691 IsComdat = C->getSelectionKind() == Comdat::Any;
761 Group, IsComdat, UniqueID, LinkedToSym);
800 bool IsComdat = false;
804 IsComdat = C->getSelectionKind() == Comdat::Any;
827 EntrySize, Group, IsComdat, UniqueID,
914 bool IsComdat = false;
918 IsComdat = C->getSelectionKind() == Comdat::Any;
934 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID,
1041 return Ctx.getELFSection(Name, Type, Flags, 0, Comdat, /*IsComdat=*/true)
    [all...]

Completed in 62 milliseconds