HomeSort by relevance Sort by last modified time
    Searched refs:COFFSectionKey (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCContext.h 199 struct COFFSectionKey {
204 COFFSectionKey(StringRef SectionName, StringRef GroupName,
208 bool operator<(const COFFSectionKey &Other) const {
221 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCContext.h 209 struct COFFSectionKey {
215 COFFSectionKey(StringRef SectionName, StringRef GroupName,
220 bool operator<(const COFFSectionKey &Other) const {
252 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
  /external/llvm/lib/MC/
MCContext.cpp 401 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID};
428 COFFSectionKey T{Section, "", 0, GenericSectionID};
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp 436 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID};
463 COFFSectionKey T{Section, "", 0, GenericSectionID};

Completed in 555 milliseconds