Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h353 void renameELFSection(const MCSectionELF *Section, StringRef Name);
/external/llvm/lib/MC/
DMCContext.cpp265 void MCContext::renameELFSection(const MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp1254 Asm.getContext().renameELFSection(&Section, in CompressDebugSection()