Home
last modified time | relevance | path

Searched refs:createELFRelSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp689 Ctx.createELFRelSection(".crel" + SectionName, ELF::SHT_CREL, Flags, in createRelocationSection()
702 Ctx.createELFRelSection(((Rela ? ".rela" : ".rel") + SectionName), in createRelocationSection()
H A DMCContext.cpp540 MCContext::createELFRelSection(const Twine &Name, unsigned Type, unsigned Flags, in createELFRelSection() function in MCContext
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h589 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type,