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

/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h62 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionCOFF
H A DMCSectionMachO.h49 StringRef getSectionName() const { function in class:llvm::MCSectionMachO
57 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
61 return StringRef(getSegmentName().str() + getSectionName().str() + "_end");
H A DMCSectionELF.h65 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionELF
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h79 std::error_code getSectionName(DataRefImpl Sec,
380 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
382 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec));
H A DELF.h420 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
904 return getSectionName(ContainingSec);
915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { function in class:llvm::object::ELFFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp248 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, function in class:COFFObjectFile
251 return getSectionName(Sec, Result);
808 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp668 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile

Completed in 114 milliseconds