Home
last modified time | relevance | path

Searched refs:getBegin (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DStSRecordFile.h84 inline const_iterator getBegin() const { return m_records.begin(); } in getBegin() function
DSRecordSourceFile.cpp124 StSRecordFile::const_iterator it = m_file->getBegin(); in buildMemoryImage()
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DConversionController.cpp1280 ExprASTNode * beginExpr = dynamic_cast<ExprASTNode*>(addressNode->getBegin()); in createTargetFromNode()
DElftosbAST.h1167 inline ASTNode * getBegin() { return m_begin; } in getBegin() function