Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp178 XCOFFUniquingMap.clear(); in reset()
796 return XCOFFUniquingMap.count( in hasXCOFFSection()
808 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h327 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap; variable