Searched refs:EntryPoint (Results 1 – 5 of 5) sorted by relevance
72 SmallString<128> EntryPoint; in ConstructJob() local108 EntryPoint.append("_"); in ConstructJob()123 EntryPoint.append("_DllMainCRTStartup"); in ConstructJob()126 EntryPoint.append("_DllMainCRTStartup@12"); in ConstructJob()137 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()139 EntryPoint.append("mainCRTStartup"); in ConstructJob()146 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()
78 EntryPoint("entry", cl::desc("Function to call as entry point."), variable546 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()548 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()565 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
5174 IN SWITCH_STACK_ENTRY_POINT EntryPoint,7484 IN SWITCH_STACK_ENTRY_POINT EntryPoint,7528 IN SWITCH_STACK_ENTRY_POINT EntryPoint,7571 IN UINT64 EntryPoint,7612 IN UINT32 EntryPoint,
1054 auto EntryPoint = in runOrcJIT() local1056 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
819 PXE_UINT64 EntryPoint; ///< API entry point. member