Searched refs:getSections (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp120 for (const auto &S : Obj.getSections())
192 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size();
195 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size();
210 if (!Obj.getSections().empty()) {
211 const Section &S = Obj.getSections().back();
273 BigObjHeader.NumberOfSections = Obj.getSections().size();
298 for (const auto &S : Obj.getSections()) {
305 for (const auto &S : Obj.getSections()) {
396 for (const auto &S : Obj.getSections()) {
414 for (const auto &S : Obj.getSections()) {
[all...]
H A DCOFFObjcopy.cpp35 if (Obj.getSections().empty())
37 const Section &Last = Obj.getSections().back();
H A DObject.h125 ArrayRef<Section> getSections() const { return Sections; } function in struct:llvm::objcopy::coff::Object
H A DReader.cpp87 ArrayRef<Section> Sections = Obj.getSections();
/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h96 inline const section_array_t & getSections() const { return m_sections; } function in class:elftosb::EncoreBootImageReader
H A Dsbtool.cpp324 const EncoreBootImageReader::section_array_t & sectionTable = m_reader->getSections();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp330 std::vector<ELFYAML::Section *> Sections = Doc.getSections();
479 Header.e_shnum = SectionHeaders.getNumHeaders(Doc.getSections().size());
501 std::vector<ELFYAML::Section *> Sections = Doc.getSections();
721 SHeaders.resize(Doc.getSections().size());
751 bool IsFirstUndefSection = Sec == Doc.getSections().front();
1773 for (const ELFYAML::Section *S : Doc.getSections()) {
1775 if (S == Doc.getSections().front())
1798 std::vector<ELFYAML::Section *> Sections = Doc.getSections();
1855 for (const ELFYAML::Chunk *Sec : Doc.getSections()) {
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp156 processSections(m_ast->getSections());
1147 ListASTNode * matchList = matchListNode->getSections();
H A DElftosbAST.h220 inline ListASTNode * getSections() { return m_sections; } function in class:elftosb::CommandFileASTNode
1049 inline ListASTNode * getSections() { return m_sections; } function in class:elftosb::SectionMatchListASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h711 std::vector<Section *> getSections() { function in struct:llvm::ELFYAML::Object

Completed in 203 milliseconds