Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h39 bool IsComdat = false; member
42 LVSectionIndex SectionIndex, bool IsComdat) in LVSymbolTableEntry()
44 IsComdat(IsComdat) {} in LVSymbolTableEntry()
57 bool IsComdat);
122 bool IsComdat) {} in mapRangeAddress() argument
157 LVSectionIndex SectionIndex, bool IsComdat);
/openbsd-src/gnu/llvm/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.h377 const MCSymbolELF *Group, bool IsComdat,
576 const Twine &Group, bool IsComdat) { in getELFSection() argument
577 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
583 const Twine &Group, bool IsComdat,
589 const MCSymbolELF *Group, bool IsComdat,
606 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp38 if (Function && SymbolNames[SymbolName].IsComdat) in add()
45 LVSectionIndex SectionIndex, bool IsComdat) { in add() argument
50 std::forward_as_tuple(nullptr, Address, SectionIndex, IsComdat)); in add()
56 if (Function && IsComdat) in add()
81 if (SymbolNames[SymbolName].IsComdat) in update()
104 return Iter != SymbolNames.end() ? Iter->second.IsComdat : false; in getIsComdat()
114 << " Comdat: " << (SymbolName.IsComdat ? "Y" : "N") in print()
127 bool IsComdat) { in addToSymbolTable() argument
128 SymbolTable.add(Name, Address, SectionIndex, IsComdat); in addToSymbolTable()
H A DLVELFReader.cpp1236 bool IsComdat = in mapRangeAddress() local
1240 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp525 const Twine &Group, bool IsComdat, in getELFSection() argument
532 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
539 bool IsComdat, unsigned UniqueID, in getELFSection() argument
597 IsComdat, UniqueID, LinkedToSym); in getELFSection()
607 bool IsComdat) { in createELFGroupSection() argument
609 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp809 bool IsComdat = false; in selectExplicitSectionGlobal() local
813 IsComdat = C->getSelectionKind() == Comdat::Any; in selectExplicitSectionGlobal()
825 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
864 bool IsComdat = false; in selectELFSectionForGlobal() local
868 IsComdat = C->getSelectionKind() == Comdat::Any; in selectELFSectionForGlobal()
891 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
983 bool IsComdat = false; in getSectionForLSDA() local
987 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()
1003 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h85 IsComdat, enumerator
194 PROPERTY(Property, IsComdat);