Home
last modified time | relevance | path

Searched defs:getSectionName (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionMachO.h49 StringRef getSectionName() const { in getSectionName() function
HDMCSectionCOFF.h63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
HDMCSectionELF.h75 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
885 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
HDMachOObjectFile.cpp476 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in MachOObjectFile
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h538 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
HDELF.h939 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp866 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function