Searched defs:getSectionName (Results 1 – 8 of 8) sorted by relevance
49 StringRef getSectionName() const { in getSectionName() function
62 StringRef getSectionName() const { return SectionName; } in getSectionName() function
65 StringRef getSectionName() const { return SectionName; } in getSectionName() function
321 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile935 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
515 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in MachOObjectFile
417 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
832 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function