Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h256 struct XCOFFSectionKey { struct
260 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
264 bool operator<(const XCOFFSectionKey &Other) const {
274 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp547 std::make_pair(XCOFFSectionKey{Section.str(), SMC}, nullptr)); in getXCOFFSection()