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

/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h62 StringRef getSectionName() const { return SectionName; } function in class:llvm::final
H A DMCSectionMachO.h48 StringRef getSectionName() const { function in class:llvm::final
H A DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } function in class:llvm::final
/external/llvm/include/llvm/Object/
H A DELF.h213 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
516 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h214 std::error_code getSectionName(DataRefImpl Sec,
545 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
547 ErrorOr<StringRef> Name = EF.getSectionName(&*getSection(Sec));
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp262 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, function in class:COFFObjectFile
265 return getSectionName(Sec, Result);
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
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp864 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, function
868 if (std::error_code EC = Obj->getSectionName(Section, SectionName))
898 getSectionName(Obj, Symbol.getSectionNumber(), Section);
969 ErrorOr<StringRef> Res = getSectionName(Obj, AuxNumber, Assoc);

Completed in 851 milliseconds