Searched refs:EntryPoint (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CrossWindows.cpp | 72 SmallString<128> EntryPoint; in ConstructJob() local 109 EntryPoint.append("_"); in ConstructJob() 124 EntryPoint.append("_DllMainCRTStartup"); in ConstructJob() 127 EntryPoint.append("_DllMainCRTStartup@12"); in ConstructJob() 138 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob() 140 EntryPoint.append("mainCRTStartup"); in ConstructJob() 147 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 78 EntryPoint("entry", cl::desc("Function to call as entry point."), variable 595 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() 597 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput() 614 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
|
| /freebsd-14.2/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 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,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 1163 auto EntryPoint = EntryPointSym.toPtr<EntryPointPtr>(); in runOrcJIT() local 1164 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
|
| /freebsd-14.2/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 819 PXE_UINT64 EntryPoint; ///< API entry point. member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 764 support::ulittle32_t EntryPoint; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 891 << W.hex(CodeRanges[i].EntryPoint) << "\n"; in printCOFFLoadConfig()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | msdos | 385 # EntryPoint; segment offset value of CS:IP like: 0 10000h 18A84h 11C1Ah 307F1h 386 #>>>(0x3c.l+0x14) ulelong !0 \b, EntryPoint 0x%x
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 12594 FunctionDecl *EntryPoint, const Decl *Param, in CheckHLSLSemanticAnnotation() argument 12596 auto *ShaderAttr = EntryPoint->getAttr<HLSLShaderAttr>(); in CheckHLSLSemanticAnnotation()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3017 void CheckHLSLSemanticAnnotation(FunctionDecl *EntryPoint, const Decl *Param,
|