Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionELF.h67 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp314 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()