Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionELF.h65 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
/external/llvm/lib/MC/
DMCContext.cpp312 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()