Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h387 StringRef DotShstrtab) const;
1198 StringRef DotShstrtab) const { in getSectionName() argument
1202 if (Offset >= DotShstrtab.size()) in getSectionName()
1208 return StringRef(DotShstrtab.data() + Offset); in getSectionName()