Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h465 void renameELFSection(MCSectionELF *Section, StringRef Name);
/third_party/skia/third_party/externals/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()