Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionWasm.h52 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
H A DMCSectionELF.h64 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp314 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()