LLVM 22.0.0git
SymbolRewriter.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "symbol-rewriter"

Functions

static void rewriteComdat (Module &M, GlobalObject *GO, const std::string &Source, const std::string &Target)

Variables

static cl::list< std::stringRewriteMapFiles ("rewrite-map-file", cl::desc("Symbol Rewrite Map"), cl::value_desc("filename"), cl::Hidden)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "symbol-rewriter"

Definition at line 86 of file SymbolRewriter.cpp.

Function Documentation

◆ rewriteComdat()

void rewriteComdat ( Module & M,
GlobalObject * GO,
const std::string & Source,
const std::string & Target )
static

Variable Documentation

◆ RewriteMapFiles

cl::list< std::string > RewriteMapFiles("rewrite-map-file", cl::desc("Symbol Rewrite Map"), cl::value_desc("filename"), cl::Hidden) ( "rewrite-map-file" ,
cl::desc("Symbol Rewrite Map") ,
cl::value_desc("filename") ,
cl::Hidden  )
static