Home
last modified time | relevance | path

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

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