Home
last modified time | relevance | path

Searched refs:setSectionName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionELF.h67 void setSectionName(StringRef Name) { this->Name = Name; } in setSectionName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp459 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()