Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h366 struct ELFEntrySizeKey { struct
371 ELFEntrySizeKey(StringRef SectionName, unsigned Flags, unsigned EntrySize) in ELFEntrySizeKey() function
374 bool operator<(const ELFEntrySizeKey &Other) const {
388 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp597 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
615 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize}); in getELFUniqueIDForEntsize()