Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h603 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp504 MCContext::createELFRelSection(const Twine &Name, unsigned Type, unsigned Flags, in createELFRelSection() function in MCContext
H A DELFObjectWriter.cpp843 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection()