Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp112 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput() local
113 if (MainAddress == 0) in executeInput()
127 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
130 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp455 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local
456 if (!MainAddress) in executeInput()
472 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
475 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()
/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()