Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionMachO.h49 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/lib/Object/
DCOFFObjectFile.cpp323 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
942 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
DMachOObjectFile.cpp550 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in MachOObjectFile
/external/llvm/include/llvm/Object/
DELFObjectFile.h437 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
DELF.h915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp845 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function