Searched refs:COFFSectionKey (Results 1 – 6 of 6) 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/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 227 struct COFFSectionKey { struct 233 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() argument 238 bool operator<(const COFFSectionKey &Other) const { 284 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 215 struct COFFSectionKey { struct 221 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() argument 226 bool operator<(const COFFSectionKey &Other) const { 272 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-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 449 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 572 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
|