Home
last modified time | relevance | path

Searched defs:getELFSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h558 return getELFSection(Section, Type, Flags, EntrySize, "", false, in getELFSection() function
547 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, getELFSection() function
552 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, getELFSection() function
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp555 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix, in getELFSection() function in MCContext
568 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection() function in MCContext