Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp625 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
643 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize}); in getELFUniqueIDForEntsize()