Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp177 ELFEntrySizeMap.clear(); in reset()
624 ELFEntrySizeMap.insert(std::make_pair( in recordELFMergeableSectionInfo()
642 auto I = ELFEntrySizeMap.find( in getELFUniqueIDForEntsize()
644 return (I != ELFEntrySizeMap.end()) ? std::optional<unsigned>(I->second) in getELFUniqueIDForEntsize()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h409 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap; variable