forked from OSchip/llvm-project
parent
bfd23e4009
commit
4df86ce359
|
@ -51,6 +51,8 @@ class RuntimeDyldImpl {
|
|||
const InMemoryStruct<macho::SymtabLoadCommand> &SymtabLC);
|
||||
|
||||
public:
|
||||
RuntimeDyldImpl() : HasError(false) {}
|
||||
|
||||
bool loadObject(MemoryBuffer *InputBuffer);
|
||||
|
||||
void *getSymbolAddress(StringRef Name) {
|
||||
|
|
Loading…
Reference in New Issue