Home
last modified time | relevance | path

Searched refs:convertLoadStatement (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DConversionController.h105 OperationSequence * convertLoadStatement(LoadStatementASTNode * statement);
DConversionController.cpp633 return convertLoadStatement(load); in convertOneStatement()
688 OperationSequence * ConversionController::convertLoadStatement(LoadStatementASTNode * statement) in convertLoadStatement() function in ConversionController