Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h388 struct ELFEntrySizeKey { struct
393 ELFEntrySizeKey(StringRef SectionName, unsigned Flags, unsigned EntrySize) in ELFEntrySizeKey() argument
396 bool operator<(const ELFEntrySizeKey &Other) const {
410 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp600 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
618 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize}); in getELFUniqueIDForEntsize()