Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionMachO.h49 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h62 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h65 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/lib/Object/
DCOFFObjectFile.cpp248 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
808 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
DMachOObjectFile.cpp668 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in llvm::object::MachOObjectFile
/external/llvm/include/llvm/Object/
DELF.h915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
DELFObjectFile.h380 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function