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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 227 struct ELFSectionKey {
233 ELFSectionKey(StringRef SectionName, StringRef GroupName,
238 bool operator<(const ELFSectionKey &Other) const {
324 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 453 ELFSectionKey{Section->getName(), GroupName, "", UniqueID});
456 ELFSectionKey{Name, GroupName, "", UniqueID}, Section))
544 ELFSectionKey{Section.str(), Group,

Completed in 50 milliseconds