Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h575 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp498 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection() function in MCContext
H A DELFObjectWriter.cpp801 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection()