Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h391 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type,
/external/llvm/lib/MC/
DMCContext.cpp312 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection() function in MCContext
DELFObjectWriter.cpp971 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection()