Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCContext.h409 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap; variable