|
LLVM 23.0.0git
|
GetImageBaseSymbol is a function object that finds the __ImageBase symbol in the given graph if one is present. More...
#include "llvm/ExecutionEngine/JITLink/COFF.h"
Public Member Functions | |
| GetImageBaseSymbol (StringRef ImageBaseName="__ImageBase") | |
| Symbol * | operator() (LinkGraph &G) |
| void | reset (std::optional< Symbol * > CacheValue=std::nullopt) |
GetImageBaseSymbol is a function object that finds the __ImageBase symbol in the given graph if one is present.
The result is cached across calls, and can be reset by calling the reset method.
|
inline |
|
inline |