Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h348 const MCSectionELF *createELFRelSection(StringRef Name, unsigned Type,
/external/llvm/lib/MC/
DMCContext.cpp281 MCContext::createELFRelSection(StringRef Name, unsigned Type, unsigned Flags, in createELFRelSection() function in MCContext
DELFObjectWriter.cpp1133 const MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection()