HomeSort by: relevance | last modified time | path
    Searched refs:COFFSectionKey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 249 struct COFFSectionKey {
255 COFFSectionKey(StringRef SectionName, StringRef GroupName,
260 bool operator<(const COFFSectionKey &Other) const {
325 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 627 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID};

Completed in 16 milliseconds