retdec
Namespaces | Functions
get_c_header_file_for_func.cpp File Reference

Implementation of functions from getCHeaderFileForFunc.h. More...

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

Namespaces

 retdec
 
 retdec::llvmir2hll
 
 retdec::llvmir2hll::semantics
 Implementation of semantics.
 

Functions

std::optional< std::string > retdec::llvmir2hll::semantics::getCHeaderFileForFuncFromMap (const std::string &funcName, const StringStringUMap &map)
 Returns the header name for the given function from the given map. More...
 

Detailed Description

Implementation of functions from getCHeaderFileForFunc.h.