reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/Object/ELFObjectFile.h
  274   Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
  697 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  272 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1904 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1389 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  221 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  433   return OwningObject->getSectionName(SectionPimpl);
lib/Object/ObjectFile.cpp
   70   Expected<StringRef> NameOrErr = getSectionName(Sec);