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