Home
last modified time | relevance | path

Searched refs:renameELFSection (Results 1 – 9 of 9) 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/llvm-project/llvm/include/llvm/MC/
DMCContext.h510 void renameELFSection(MCSectionELF *Section, StringRef Name);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h465 void renameELFSection(MCSectionELF *Section, StringRef Name);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp314 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp894 MC.renameELFSection(&Section, (".z" + SectionName.drop_front(1)).str()); in writeSectionData()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp393 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection() function in MCContext
DELFObjectWriter.cpp894 MC.renameELFSection(&Section, (".z" + SectionName.drop_front(1)).str()); in writeSectionData()