Home
last modified time | relevance | path

Searched refs:COFFSectionKey (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h209 struct COFFSectionKey { struct
215 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() argument
220 bool operator<(const COFFSectionKey &Other) const {
252 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-7.0/llvm/lib/MC/
DMCContext.cpp436 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
463 COFFSectionKey T{Section, "", 0, GenericSectionID}; in getCOFFSection()