Home
last modified time | relevance | path

Searched refs:MainAddress (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp217 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput() local
218 if (MainAddress == 0) in executeInput()
232 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
235 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()