Home
last modified time | relevance | path

Searched refs:getSectionEnd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.h84 inline const_section_iterator getSectionEnd() const { return m_sectionHeaders.end(); } in getSectionEnd() function
H A DStELFFile.cpp157 for (; it != getSectionEnd(); ++it, ++sectionIndex) in getIndexOfSectionWithName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp234 std::string getSectionEnd(const std::string &Section) const;
344 nullptr, getSectionEnd(Section)); in CreateSecStartEnd()
990 ModuleSanitizerCoverage::getSectionEnd(const std::string &Section) const { in getSectionEnd() function in ModuleSanitizerCoverage