retdec
y.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_WIN_API_SEMANTICS_GET_NAME_OF_PARAM_Y_H
8 #define RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_WIN_API_SEMANTICS_GET_NAME_OF_PARAM_Y_H
9 
11 
12 namespace retdec {
13 namespace llvmir2hll {
14 namespace semantics {
15 namespace win_api {
16 
17 void initFuncParamNamesMap_Y(FuncParamNamesMap &funcParamNamesMap);
18 
19 } // namespace win_api
20 } // namespace semantics
21 } // namespace llvmir2hll
22 } // namespace retdec
23 
24 #endif
Support for implementing the getNameOfParam semantics.
A library providing API for working with back-end IR.
void initFuncParamNamesMap_Y(FuncParamNamesMap &funcParamNamesMap)
Initializes the given map with info about functions starting with Y.
Definition: y.cpp:17
std::unordered_map< FuncParamPosPair, std::string, FuncParamPosPairHasher > FuncParamNamesMap
Definition: get_name_of_param.h:40
Definition: archive_wrapper.h:19