retdec
Namespaces | Functions
get_name_of_param.cpp File Reference

Implementation of functions from getNameOfParam.h. More...

#include "retdec/llvmir2hll/semantics/semantics/impl_support/get_name_of_param.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 
 retdec::llvmir2hll::semantics
 Implementation of semantics.
 

Functions

std::optional< std::string > retdec::llvmir2hll::semantics::getNameOfParamFromMap (const std::string &funcName, unsigned paramPos, const FuncParamNamesMap &map)
 Returns the name of the given parameter from the given map. More...
 

Detailed Description

Implementation of functions from getNameOfParam.h.