Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h580 void renameELFSection(MCSectionELF *Section, StringRef Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp444 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
H A DELFObjectWriter.cpp894 MC.renameELFSection(&Section, (".z" + SectionName.drop_front(1)).str()); in writeSectionData()