Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp38 ELFUniquingMap = 0; in MCContext()
54 delete (ELFUniqueMapTy*)ELFUniquingMap; in ~MCContext()
193 if (ELFUniquingMap == 0) in getELFSection()
194 ELFUniquingMap = new ELFUniqueMapTy(); in getELFSection()
195 ELFUniqueMapTy &Map = *(ELFUniqueMapTy*)ELFUniquingMap; in getELFSection()
/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/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h113 void *MachOUniquingMap, *ELFUniquingMap, *COFFUniquingMap; variable
/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