Home
last modified time | relevance | path

Searched defs:getSections (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h96 inline const section_array_t & getSections() const { return m_sections; } in getSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h220 inline ListASTNode * getSections() { return m_sections; } in getSections() function
1049 inline ListASTNode * getSections() { return m_sections; } in getSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h711 std::vector<Section *> getSections() { in getSections() function