Searched defs:getELFSection (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCContext.h | 565 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection() function |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ | ||
H A D | MCContext.cpp | 524 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, getELFSection() function in MCContext |