Searched defs:getSection (Results 1 – 11 of 11) sorted by relevance
57 const char *getSection() const { return Section.c_str(); } in getSection() function
127 const MCSection &getSection() const { in getSection() function
626 const MCSection &getSection() const { return *Section; } in getSection() function
123 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
135 const MCSection *getSection() const { in getSection() function
106 const char *GlobalValue::getSection() const { in getSection() function in GlobalValue
523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { in getSection() function853 ELFFile<ELFT>::getSection(uint32_t index) const { in getSection() function
343 inline std::error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
292 static void getSection(const MachOObjectFile *Obj, in getSection() function
2216 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile2224 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
869 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile