retdec
Namespaces
string.h File Reference

String utilities. More...

#include <string>

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Functions

Operations with Strings
std::string retdec::llvmir2hll::makeIdentifierValid (const std::string &id)
 Replaces invalid characters by valid ones in the given identifier. More...
 
std::string retdec::llvmir2hll::getAddressFromName (const std::string &name, const std::string &prefix)
 Returns the address extracted from the given name. More...
 
std::string retdec::llvmir2hll::getOffsetFromName (const std::string &name)
 Returns the offset extracted from the given name. More...
 
std::string retdec::llvmir2hll::getAddressFromLabel (const std::string &label, const std::string &labelPrefix, const std::string &addressPrefix)
 Tries to extract an address from the given basic block label. More...
 

Detailed Description

String utilities.