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);
167 bool IsComdat) {} in mapRangeAddress() argument
209 LVSectionIndex SectionIndex, bool IsComdat);
H A DLVCodeViewReader.h105 bool IsComdat) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h21 bool IsComdat = false; variable
81 bool isComdat() const { return IsComdat; } in isComdat()
82 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat()
H A DMCSectionELF.h58 unsigned entrySize, const MCSymbolELF *group, bool IsComdat, in MCSectionELF() argument
64 Group(group, IsComdat), LinkedToSym(LinkedToSym) { in MCSectionELF()
H A DMCContext.h353 const MCSymbolELF *Group, bool IsComdat,
571 const Twine &Group, bool IsComdat) { in getELFSection() argument
572 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
578 const Twine &Group, bool IsComdat,
584 const MCSymbolELF *Group, bool IsComdat,
603 bool IsComdat);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp36 if (Function && It->second.IsComdat) in add()
43 LVSectionIndex SectionIndex, bool IsComdat) { in add() argument
46 SectionIndex, IsComdat); in add()
52 if (Function && IsComdat) in add()
81 if (It->second.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()
239 bool IsComdat = (COFFSection->Characteristics & Flags) == Flags; in mapVirtualAddress() local
[all …]
H A DLVDWARFReader.cpp1043 bool IsComdat = in mapRangeAddress() local
1047 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
H A DLVCodeViewReader.cpp801 bool IsComdat) { in mapRangeAddress() argument
841 IsComdat); in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp137 bool parseGroup(StringRef &GroupName, bool &IsComdat);
428 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) { in parseGroup() argument
446 IsComdat = true; in parseGroup()
448 IsComdat = false; in parseGroup()
505 bool IsComdat = false; in parseSectionArguments() local
580 if (parseGroup(GroupName, IsComdat)) in parseSectionArguments()
648 IsComdat = Section->isComdat(); in parseSectionArguments()
655 IsComdat, UniqueID, LinkedToSym); in parseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp623 const Twine &Group, bool IsComdat, in getELFSection() argument
630 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
637 bool IsComdat, unsigned UniqueID, in getELFSection() argument
679 IsComdat, UniqueID, LinkedToSym); in getELFSection()
689 bool IsComdat) { in createELFGroupSection() argument
690 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, 4, Group, IsComdat, in createELFGroupSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp787 bool IsComdat = false; in getGlobalObjectInfo() local
792 IsComdat = C->getSelectionKind() == Comdat::Any; in getGlobalObjectInfo()
796 return {Group, IsComdat, Flags}; in getGlobalObjectInfo()
832 auto [Group, IsComdat, ExtraFlags] = getGlobalObjectInfo(GO, TM); in selectExplicitSectionGlobal()
843 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
882 auto [Group, IsComdat, ExtraFlags] = getGlobalObjectInfo(GO, TM); in selectELFSectionForGlobal()
905 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
1003 bool IsComdat = false; in getSectionForLSDA() local
1007 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()
1023 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h86 IsComdat, enumerator
200 PROPERTY(Property, IsComdat);