Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h396 void renameELFSection(MCSectionELF *Section, StringRef Name);
/external/llvm/lib/MC/
DMCContext.cpp296 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp1059 Asm.getContext().renameELFSection(&Section, in writeSectionData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h434 void renameELFSection(MCSectionELF *Section, StringRef Name);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp301 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp875 MC.renameELFSection(&Section, (".z" + SectionName.drop_front(1)).str()); in writeSectionData()