Searched refs:COFFSectionKey (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 199 struct COFFSectionKey { struct 204 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() argument 208 bool operator<(const COFFSectionKey &Other) const { 221 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 209 struct COFFSectionKey { struct 215 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() function 220 bool operator<(const COFFSectionKey &Other) const { 252 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 401 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection() 428 COFFSectionKey T{Section, "", 0, GenericSectionID}; in getCOFFSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 436 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection() 463 COFFSectionKey T{Section, "", 0, GenericSectionID}; in getCOFFSection()
|