Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h425 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type,
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp352 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection() function in MCContext
H A DELFObjectWriter.cpp800 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection()