Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp171 COFFUniquingMap.clear(); in reset()
681 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h347 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; variable