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 189 struct COFFSectionKey {
193 COFFSectionKey(StringRef SectionName, StringRef GroupName,
197 bool operator<(const COFFSectionKey &Other) const {
208 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
  /external/llvm/lib/MC/
MCContext.cpp 394 COFFSectionKey T{Section, COMDATSymName, Selection};
420 COFFSectionKey T{Section, "", 0};

Completed in 2705 milliseconds