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.h58 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionELF
H A DMCSectionMachO.h140 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
H A DMachOObjectFile.cpp392 error_code MachOObjectFile::getSectionName(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp341 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
717 ::getSectionName(DataRefImpl Sec, function in class:ELFObjectFile

Completed in 446 milliseconds