retdec
get_symbolic_names_for_param.h
Go to the documentation of this file.
1 
8 #ifndef RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_GCC_GENERAL_SEMANTICS_GET_SYMBOLIC_NAMES_FOR_PARAM_H
9 #define RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_GCC_GENERAL_SEMANTICS_GET_SYMBOLIC_NAMES_FOR_PARAM_H
10 
11 #include <optional>
12 #include <string>
13 
15 
16 namespace retdec {
17 namespace llvmir2hll {
18 namespace semantics {
19 namespace gcc_general {
20 
21 std::optional<IntStringMap> getSymbolicNamesForParam(const std::string &funcName,
22  unsigned paramPos);
23 
24 } // namespace gcc_general
25 } // namespace semantics
26 } // namespace llvmir2hll
27 } // namespace retdec
28 
29 #endif
A library providing API for working with back-end IR.
std::optional< IntStringMap > getSymbolicNamesForParam(const std::string &funcName, unsigned paramPos)
Implements getSymbolicNamesForParam() for GCCGeneralSemantics.
Definition: get_symbolic_names_for_param.cpp:2630
Definition: archive_wrapper.h:19
Aliases for several useful types.