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

/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h52 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h59 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionELF
H A DMCSectionMachO.h141 StringRef getSectionName() const { function in class:llvm::MCSectionMachO
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp302 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, function in class:COFFObjectFile
305 return getSectionName(sec, Result);
649 error_code COFFObjectFile::getSectionName(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp469 error_code MachOObjectFile::getSectionName(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
/external/llvm/include/llvm/Object/
H A DELF.h527 error_code getSectionName(const Elf_Shdr *section,
551 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
1052 ::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
2343 ::getSectionName(const Elf_Shdr *section, function in class:llvm::object::ELFObjectFile

Completed in 77 milliseconds