Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h268 struct XCOFFSectionKey { struct
272 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
276 bool operator<(const XCOFFSectionKey &Other) const {
286 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/external/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;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp547 std::make_pair(XCOFFSectionKey{Section.str(), SMC}, nullptr)); in getXCOFFSection()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp668 std::make_pair(XCOFFSectionKey{Section.str(), SMC}, nullptr)); in getXCOFFSection()