Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h366 void renameELFSection(MCSectionELF *Section, StringRef Name);
/external/llvm/lib/MC/
DMCContext.cpp299 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp1026 Asm.getContext().renameELFSection(&Section, in writeSectionData()