Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp99 COFFUniquingMap.clear(); in reset()
402 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection()
429 auto Iter = COFFUniquingMap.find(T); in getCOFFSection()
430 if (Iter == COFFUniquingMap.end()) in getCOFFSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp113 COFFUniquingMap.clear(); in reset()
450 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp114 COFFUniquingMap.clear(); in reset()
573 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection()
/external/llvm/include/llvm/MC/
DMCContext.h221 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h284 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h272 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; variable