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.cpp300 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, function in class:COFFObjectFile
303 return getSectionName(sec, Result);
625 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.h544 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
1026 ::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile

Completed in 136 milliseconds