/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 40 bool IsComdat = false; member 43 LVSectionIndex SectionIndex, bool IsComdat) in LVSymbolTableEntry() 45 IsComdat(IsComdat) {} in LVSymbolTableEntry() 58 bool IsComdat); 173 bool IsComdat) {} in mapRangeAddress() argument 220 LVSectionIndex SectionIndex, bool IsComdat);
|
H A D | LVCodeViewReader.h | 105 bool IsComdat) override;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 21 bool IsComdat = false; variable 81 bool isComdat() const { return IsComdat; } in isComdat() 82 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat()
|
H A D | MCSectionELF.h | 58 unsigned entrySize, const MCSymbolELF *group, bool IsComdat, in MCSectionELF() argument 64 Group(group, IsComdat), LinkedToSym(LinkedToSym) { in MCSectionELF()
|
H A D | MCContext.h | 359 const MCSymbolELF *Group, bool IsComdat, 564 const Twine &Group, bool IsComdat) { in getELFSection() argument 565 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection() 571 const Twine &Group, bool IsComdat, 577 const MCSymbolELF *Group, bool IsComdat, 594 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 38 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() 239 bool IsComdat = (COFFSection->Characteristics & Flags) == Flags; in mapVirtualAddress() local [all …]
|
H A D | LVDWARFReader.cpp | 1241 bool IsComdat = in mapRangeAddress() local 1245 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
|
H A D | LVCodeViewReader.cpp | 807 bool IsComdat) { in mapRangeAddress() 847 IsComdat); in mapRangeAddress() 808 mapRangeAddress(const ObjectFile & Obj,const SectionRef & Section,bool IsComdat) mapRangeAddress() argument
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 159 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() 689 IsComdat = Section->isComdat(); in ParseSectionArguments() 696 IsComdat, UniqueID, LinkedToSym); in ParseSectionArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 562 const Twine &Group, bool IsComdat, in getELFSection() argument 569 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection() 576 bool IsComdat, unsigned UniqueID, in getELFSection() argument 621 IsComdat, UniqueID, LinkedToSym); in getELFSection() 631 bool IsComdat) { in createELFGroupSection() argument 632 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, 4, Group, IsComdat, in createELFGroupSection()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 772 bool IsComdat = false; in getGlobalObjectInfo() local 777 IsComdat = C->getSelectionKind() == Comdat::Any; in getGlobalObjectInfo() 781 return {Group, IsComdat, Flags}; in getGlobalObjectInfo() 811 auto [Group, IsComdat, ExtraFlags] = getGlobalObjectInfo(GO, TM); in selectExplicitSectionGlobal() 822 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal() 860 auto [Group, IsComdat, ExtraFlags] = getGlobalObjectInfo(GO, TM); in selectELFSectionForGlobal() 883 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal() 975 bool IsComdat = false; in getSectionForLSDA() local 979 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA() 995 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 84 IsComdat, enumerator 194 PROPERTY(Property, IsComdat);
|