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 165 struct ELFSectionKey {
169 ELFSectionKey(StringRef SectionName, StringRef GroupName,
173 bool operator<(const ELFSectionKey &Other) const {
200 std::map<ELFSectionKey, const MCSectionELF *> ELFUniquingMap;
  /external/llvm/lib/MC/
MCContext.cpp 272 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID});
274 ELFSectionKey{Name, GroupName, UniqueID},
316 std::make_pair(ELFSectionKey{Section, Group, UniqueID}, nullptr));

Completed in 36 milliseconds