Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h363 struct ELFEntrySizeKey { struct
368 ELFEntrySizeKey(StringRef SectionName, unsigned Flags, unsigned EntrySize) in ELFEntrySizeKey() argument
371 bool operator<(const ELFEntrySizeKey &Other) const {
385 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp591 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
609 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize}); in getELFUniqueIDForEntsize()