Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h49 StringRef getSectionName() const { in getSectionName() function
H A DMCSectionCOFF.h62 StringRef getSectionName() const { return SectionName; } in getSectionName() function
H A DMCSectionELF.h65 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp321 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
935 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp515 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() function in MachOObjectFile
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h417 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
H A DELF.h915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp832 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function