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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCrossWindows.cpp71 SmallString<128> EntryPoint; local
107 EntryPoint.append("_");
122 EntryPoint.append("_DllMainCRTStartup");
125 EntryPoint.append("_DllMainCRTStartup@12");
136 CmdArgs.push_back(Args.MakeArgString(EntryPoint));
138 EntryPoint.append("mainCRTStartup");
145 CmdArgs.push_back(Args.MakeArgString(EntryPoint));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp874 auto EntryPoint =
876 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); }));
/freebsd-12-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-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h4995 Transfers control to the function specified by EntryPoint using the
4998 be NULL. The function EntryPoint must never return. This function
5004 If EntryPoint is NULL, then ASSERT().
5007 @param EntryPoint A pointer to function to call with the new stack.
5008 @param Context1 A pointer to the context to pass into the EntryPoint
5010 @param Context2 A pointer to the context to pass into the EntryPoint
5012 @param NewStack A pointer to the new stack to use for the EntryPoint
5024 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
8548 transferred to the function specified by EntryPoint using the new stack
8551 EntryPoint mus
[all...]
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h825 PXE_UINT64 EntryPoint; ///< API entry point. member in struct:s_pxe_sw_undi

Completed in 120 milliseconds