Home
last modified time | relevance | path

Searched refs:ELFUniquingMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCContext.cpp98 ELFUniquingMap.clear(); in reset()
302 ELFUniquingMap.erase( in renameELFSection()
304 auto I = ELFUniquingMap.insert(std::make_pair( in renameELFSection()
355 auto IterBool = ELFUniquingMap.insert( in getELFSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp106 ELFUniquingMap.clear(); in reset()
307 ELFUniquingMap.erase( in renameELFSection()
309 auto I = ELFUniquingMap.insert(std::make_pair( in renameELFSection()
394 auto IterBool = ELFUniquingMap.insert( in getELFSection()
/external/llvm/include/llvm/MC/
DMCContext.h220 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h251 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable