Home
last modified time | relevance | path

Searched refs:ELFUniquingMap (Results 1 – 6 of 6) 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-10.0/llvm/lib/MC/
DMCContext.cpp112 ELFUniquingMap.clear(); in reset()
320 ELFUniquingMap.erase( in renameELFSection()
322 auto I = ELFUniquingMap.insert(std::make_pair( in renameELFSection()
407 auto IterBool = ELFUniquingMap.insert( in getELFSection()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp113 ELFUniquingMap.clear(); in reset()
401 ELFUniquingMap.erase( in renameELFSection()
403 auto I = ELFUniquingMap in renameELFSection()
489 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection()
/external/llvm/include/llvm/MC/
DMCContext.h220 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h283 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h271 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable