retdec
get_c_header_file_for_func.h
Go to the documentation of this file.
1 
8 #ifndef RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_GCC_GENERAL_SEMANTICS_GET_C_HEADER_FILE_FOR_FUNC_H
9 #define RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_GCC_GENERAL_SEMANTICS_GET_C_HEADER_FILE_FOR_FUNC_H
10 
11 #include <optional>
12 #include <string>
13 
14 namespace retdec {
15 namespace llvmir2hll {
16 namespace semantics {
17 namespace gcc_general {
18 
19 std::optional<std::string> getCHeaderFileForFunc(const std::string &funcName);
20 
21 } // namespace gcc_general
22 } // namespace semantics
23 } // namespace llvmir2hll
24 } // namespace retdec
25 
26 #endif
A library providing API for working with back-end IR.
std::optional< std::string > getCHeaderFileForFunc(const std::string &funcName)
Implements getCHeaderFileForFunc() for GCCGeneralSemantics.
Definition: get_c_header_file_for_func.cpp:1972
Definition: archive_wrapper.h:19