Home
last modified time | relevance | path

Searched refs:COFFSectionKey (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h199 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/
DMCContext.h227 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/
DMCContext.h215 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/
DMCContext.cpp401 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/
DMCContext.cpp449 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp572 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()