Home
last modified time | relevance | path

Searched refs:ELFEntrySizeKey (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h387 struct ELFEntrySizeKey { struct
392 ELFEntrySizeKey(StringRef SectionName, unsigned Flags, unsigned EntrySize) in ELFEntrySizeKey() argument
395 bool operator<(const ELFEntrySizeKey &Other) const {
409 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp626 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
644 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize}); in getELFUniqueIDForEntsize()