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
72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
323 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile942 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
550 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in MachOObjectFile
437 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
845 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function