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 182 struct COFFSectionKey {
186 COFFSectionKey(StringRef SectionName, StringRef GroupName,
190 bool operator<(const COFFSectionKey &Other) const {
201 std::map<COFFSectionKey, const MCSectionCOFF *> COFFUniquingMap;
  /external/llvm/lib/MC/
MCContext.cpp 358 COFFSectionKey T{Section, COMDATSymName, Selection};
384 COFFSectionKey T{Section, "", 0};

Completed in 47 milliseconds