Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h40 bool IsComdat = false; member
43 LVSectionIndex SectionIndex, bool IsComdat) in LVSymbolTableEntry()
45 IsComdat(IsComdat) {} in LVSymbolTableEntry()
58 bool IsComdat);
131 bool IsComdat) {} in mapRangeAddress() argument
178 LVSectionIndex SectionIndex, bool IsComdat);
H A DLVCodeViewReader.h105 bool IsComdat) override;
/freebsd/contrib/llvm-project/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,
578 const Twine &Group, bool IsComdat) { in getELFSection() argument
579 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
585 const Twine &Group, bool IsComdat,
591 const MCSymbolELF *Group, bool IsComdat,
608 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
/freebsd/contrib/llvm-project/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()
210 bool IsComdat = (COFFSection->Characteristics & Flags) == Flags; in mapVirtualAddress() local
[all …]
H A DLVELFReader.cpp1220 bool IsComdat = in mapRangeAddress() local
1224 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
H A DLVCodeViewReader.cpp807 bool IsComdat) { in mapRangeAddress() argument
847 IsComdat); in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp159 bool parseGroup(StringRef &GroupName, bool &IsComdat);
449 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) { in parseGroup() argument
467 IsComdat = true; in parseGroup()
469 IsComdat = false; in parseGroup()
548 bool IsComdat = false; in ParseSectionArguments() local
623 if (parseGroup(GroupName, IsComdat)) in ParseSectionArguments()
690 IsComdat = Section->isComdat(); in ParseSectionArguments()
697 IsComdat, UniqueID, LinkedToSym); in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp526 const Twine &Group, bool IsComdat, in getELFSection() argument
533 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
540 bool IsComdat, unsigned UniqueID, in getELFSection() argument
598 IsComdat, UniqueID, LinkedToSym); in getELFSection()
608 bool IsComdat) { in createELFGroupSection() argument
610 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp765 bool IsComdat = false; in getGlobalObjectInfo() local
770 IsComdat = C->getSelectionKind() == Comdat::Any; in getGlobalObjectInfo()
774 return {Group, IsComdat, Flags}; in getGlobalObjectInfo()
808 auto [Group, IsComdat, ExtraFlags] = getGlobalObjectInfo(GO, TM); in selectExplicitSectionGlobal()
819 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
857 auto [Group, IsComdat, ExtraFlags] = getGlobalObjectInfo(GO, TM); in selectELFSectionForGlobal()
880 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
972 bool IsComdat = false; in getSectionForLSDA() local
976 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()
992 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h84 IsComdat, enumerator
194 PROPERTY(Property, IsComdat);