Searched refs:createELFRelSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 692 Ctx.createELFRelSection(".crel" + SectionName, ELF::SHT_CREL, Flags, in createRelocationSection() 705 Ctx.createELFRelSection(((Rela ? ".rela" : ".rel") + SectionName), in createRelocationSection()
|
| H A D | MCContext.cpp | 601 MCContext::createELFRelSection(const Twine &Name, unsigned Type, unsigned Flags, in createELFRelSection() function in MCContext
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 598 createELFRelSection(const Twine &Name, unsigned Type, unsigned Flags,
|