Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h76 StringRef DotShstrtab; // Section header string table. variable
376 DotShstrtab = *StringTableOrErr; in ELFFile()
482 if (Offset >= DotShstrtab.size()) in getSectionName()
484 return StringRef(DotShstrtab.data() + Offset); in getSectionName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h298 StringRef DotShstrtab) const;
697 StringRef DotShstrtab) const { in getSectionName() argument
701 if (Offset >= DotShstrtab.size()) in getSectionName()
707 return StringRef(DotShstrtab.data() + Offset); in getSectionName()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h317 StringRef DotShstrtab) const;
744 StringRef DotShstrtab) const { in getSectionName() argument
748 if (Offset >= DotShstrtab.size()) in getSectionName()
754 return StringRef(DotShstrtab.data() + Offset); in getSectionName()