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()
68 EntryPoint("entry", variable460 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()462 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()477 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
859 auto EntryPoint = in runOrcLazyJIT() local861 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcLazyJIT()
5024 IN SWITCH_STACK_ENTRY_POINT EntryPoint,8581 IN SWITCH_STACK_ENTRY_POINT EntryPoint,8625 IN SWITCH_STACK_ENTRY_POINT EntryPoint,8668 IN UINT64 EntryPoint,8709 IN UINT32 EntryPoint,
825 PXE_UINT64 EntryPoint; ///< API entry point. member