Searched defs:getSectionName (Results 1 – 12 of 12) sorted by relevance
74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() function
98 StringRef getSectionName() const { return SectionName; } in getSectionName() function
1161 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function1173 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
227 StringRef getSectionName() const { return SectionName; } in getSectionName() function
813 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
270 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile1081 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName() function in COFFObjectFile
243 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in llvm::object::XCOFFObjectFile
1614 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in WasmObjectFile
1913 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in MachOObjectFile
967 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage
1098 inline std::string * getSectionName() { return m_name; } in getSectionName() function
1477 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function