Searched defs:getSectionName (Results 1 – 16 of 16) sorted by relevance
47 StringRef getSectionName() const { in getSectionName() function
61 StringRef getSectionName() const { return Name; } in getSectionName() function
69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
59 StringRef getSectionName() const { return SectionName; } in getSectionName() function
70 StringRef getSectionName() const { return SectionName; } in getSectionName() function
107 std::string getSectionName() const { return createSectionName(FuncName); } in getSectionName() function
1064 std::string getSectionName() const { in getSectionName() function
684 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function696 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
226 StringRef getSectionName() const { return SectionName; } in getSectionName() function
697 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
102 StringRef getSectionName() const { return SectionName; } in getSectionName() function
235 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in llvm::object::XCOFFObjectFile
272 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile1055 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName() function in COFFObjectFile
1392 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in WasmObjectFile
1908 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in MachOObjectFile
909 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage