Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCContext.h583 void renameELFSection(MCSectionELF *Section, StringRef Name);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCContext.cpp450 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp896 MC.renameELFSection(&Section, (".z" + SectionName.drop_front(1)).str()); in writeSectionData()