7 #ifndef RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_IMPL_SUPPORT_GET_C_HEADER_FILE_FOR_FUNC_H
8 #define RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_IMPL_SUPPORT_GET_C_HEADER_FILE_FOR_FUNC_H
25 #define ADD_FUNCS_TO_C_HEADER_MAP(funcs, header, map) \
26 for (std::size_t i = 0, e = retdec::utils::arraySize(funcs); i != e; ++i) { \
27 map[funcs[i]] = header; \
35 const std::string &funcName,
A library providing API for working with back-end IR.
std::optional< std::string > getCHeaderFileForFuncFromMap(const std::string &funcName, const StringStringUMap &map)
Returns the header name for the given function from the given map.
Definition: get_c_header_file_for_func.cpp:16
std::unordered_map< std::string, std::string > StringStringUMap
Unordered mapping of a string into a string.
Definition: types.h:141
Definition: archive_wrapper.h:19
Aliases for several useful types.