Searched defs:getELFSection (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 558 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 D | MCContext.cpp | 555 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
|