retdec
Namespaces | Functions
get_symbolic_names_for_param.cpp File Reference

Implementation of functions from getSymbolicNamesForParam.h. More...

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

Namespaces

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

Functions

std::optional< IntStringMap > retdec::llvmir2hll::semantics::getSymbolicNamesForParamFromMap (const std::string &funcName, unsigned paramPos, const FuncParamsMap &map)
 Returns symbolic names for the given parameter from the given map. More...
 

Detailed Description

Implementation of functions from getSymbolicNamesForParam.h.