Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCContext.h601 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type,
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCContext.cpp501 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection() function in MCContext
DELFObjectWriter.cpp833 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection()