Searched defs:getSectionName (Results 1 – 8 of 8) sorted by relevance
49 StringRef getSectionName() const { in getSectionName() function
63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
75 StringRef getSectionName() const { return SectionName; } in getSectionName() function
261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile885 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
476 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in MachOObjectFile
538 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
939 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
866 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function