Searched refs:EntryPoint (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCrossWindows.cpp72 SmallString<128> EntryPoint; local
108 EntryPoint.append("_");
123 EntryPoint.append("_DllMainCRTStartup");
126 EntryPoint.append("_DllMainCRTStartup@12");
137 CmdArgs.push_back(Args.MakeArgString(EntryPoint));
139 EntryPoint.append("mainCRTStartup");
146 CmdArgs.push_back(Args.MakeArgString(EntryPoint));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp73 EntryPoint("entry",
544 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint);
546 ErrorAndExit("no definition for '" + EntryPoint + "'");
563 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp987 auto EntryPoint =
989 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); }));
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5145 Transfers control to the function specified by EntryPoint using the
5148 be NULL. The function EntryPoint must never return. This function
5154 If EntryPoint is NULL, then ASSERT().
5157 @param EntryPoint A pointer to function to call with the new stack.
5158 @param Context1 A pointer to the context to pass into the EntryPoint
5160 @param Context2 A pointer to the context to pass into the EntryPoint
5162 @param NewStack A pointer to the new stack to use for the EntryPoint
5174 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
7451 transferred to the function specified by EntryPoint using the new stack
7454 EntryPoint mus
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h819 PXE_UINT64 EntryPoint; ///< API entry point. member in struct:s_pxe_sw_undi

Completed in 295 milliseconds