retdec
Namespaces | Functions
get_c_header_file_for_func.cpp File Reference

Implementation of semantics::libc::getCHeaderFileForFunc() for LibcSemantics. More...

#include "retdec/llvmir2hll/semantics/semantics/impl_support/get_c_header_file_for_func.h"
#include "retdec/llvmir2hll/semantics/semantics/libc_semantics/get_c_header_file_for_func.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 
 retdec::llvmir2hll::semantics
 Implementation of semantics.
 
 retdec::llvmir2hll::semantics::libc
 Implementation of LibcSemantics.
 

Functions

std::optional< std::string > retdec::llvmir2hll::semantics::libc::getCHeaderFileForFunc (const std::string &funcName)
 Implements getCHeaderFileForFunc() for LibcSemantics. More...
 

Detailed Description

Implementation of semantics::libc::getCHeaderFileForFunc() for LibcSemantics.