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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 516 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix,
520 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type,
529 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat,
533 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 537 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
539 return getELFSection(Section, Type, Flags, 0, "", false);
542 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
544 return getELFSection(Section, Type, Flags, EntrySize, "", false,
548 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
551 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat,
555 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
561 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,

Completed in 16 milliseconds