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

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h48 StringRef getSectionName() const { function in class:llvm::final
H A DMCSectionCOFF.h62 StringRef getSectionName() const { return SectionName; } function in class:llvm::final
H A DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } function in class:llvm::final
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELF.h516 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h545 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp262 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, function in class:COFFObjectFile
903 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp475 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, function in class:MachOObjectFile
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp878 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, function

Completed in 99 milliseconds