Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp176 ELFEntrySizeMap.clear(); in reset()
625 ELFEntrySizeMap.insert(std::make_pair( in recordELFMergeableSectionInfo()
643 auto I = ELFEntrySizeMap.find( in getELFUniqueIDForEntsize()
645 return (I != ELFEntrySizeMap.end()) ? std::optional<unsigned>(I->second) in getELFUniqueIDForEntsize()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h409 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap; variable