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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 363 struct ELFEntrySizeKey {
368 ELFEntrySizeKey(StringRef SectionName, unsigned Flags, unsigned EntrySize)
371 bool operator<(const ELFEntrySizeKey &Other) const {
385 std::map<ELFEntrySizeKey, unsigned> ELFEntrySizeMap;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 591 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID));
609 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize});

Completed in 18 milliseconds