Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp163 ELFEntrySizeMap.clear(); in reset()
590 ELFEntrySizeMap.insert(std::make_pair( in recordELFMergeableSectionInfo()
608 auto I = ELFEntrySizeMap.find( in getELFUniqueIDForEntsize()
610 return (I != ELFEntrySizeMap.end()) ? Optional<unsigned>(I->second) : None; in getELFUniqueIDForEntsize()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h385 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap; variable