HomeSort by relevance Sort by last modified time
    Searched refs:COFFSectionKey (Results 1 - 2 of 2) 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/llvm/lib/MC/
MCContext.cpp 401 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID};
428 COFFSectionKey T{Section, "", 0, GenericSectionID};

Completed in 338 milliseconds