Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp449 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local
450 if (!MainAddress) in executeInput()
464 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
467 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp544 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local
545 if (!MainAddress) in executeInput()
563 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
566 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()