Searched defs:getSection (Results 1 – 9 of 9) sorted by relevance
111 const MCSection &getSection() const { in getSection() function
612 const MCSection &getSection() const { return *Section; } in getSection() function
97 const std::string &getSection() const { return Section; } in getSection() function
165 static void getSection(const MachOObjectFile *Obj, in getSection() function
519 error_code COFFDumper::getSection( in getSection() function in COFFDumper
131 function getSection() { function
442 inline error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
1467 macho::Section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in llvm::object::MachOObjectFile1475 macho::Section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in llvm::object::MachOObjectFile
624 error_code COFFObjectFile::getSection(int32_t index, in getSection() function in COFFObjectFile