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

  /external/llvm/include/llvm/MC/
MCContext.h 182 struct ELFSectionKey {
186 ELFSectionKey(StringRef SectionName, StringRef GroupName,
190 bool operator<(const ELFSectionKey &Other) const {
220 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
  /external/llvm/lib/MC/
MCContext.cpp 303 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID});
305 ELFSectionKey{Name, GroupName, UniqueID},
356 std::make_pair(ELFSectionKey{Section.str(), Group, UniqueID}, nullptr));

Completed in 98 milliseconds