| /freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | EntryPointStats.cpp | 33 const Decl *EntryPoint; member 150 clang::AnalysisDeclContext::getFunctionName(EntryPoint), OS); in dumpAsCSV() 168 void EntryPointStat::takeSnapshot(const Decl *EntryPoint) { in takeSnapshot() argument 172 {EntryPoint, std::move(BoolValues), std::move(UnsignedValues)}); in takeSnapshot()
|
| H A D | BugReporter.cpp | 2026 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate() local 2027 PathDiagnosticConstruct Construct(PDC, ErrorNode, R, EntryPoint); in generate() 2033 return generateEmptyDiagnosticForReport(R, getSourceManager(), EntryPoint); in generate() 3207 const Decl *EntryPoint = getAnalysisEntryPoint(); in FlushReport() local 3209 PathDiagnosticLocation{EntryPoint->getLocation(), getSourceManager()}, in FlushReport() 3211 AnalysisDeclContext::getFunctionName(EntryPoint))); in FlushReport()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 413 BasicBlock &EntryPoint, CodeExtractor &CE, in extractColdRegion() argument 416 Function *OrigF = EntryPoint.getParent(); in extractColdRegion() 439 &*EntryPoint.begin()) in extractColdRegion() 448 &*EntryPoint.begin()) in extractColdRegion() 450 << ore::NV("Block", &EntryPoint); in extractColdRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | HotColdSplitting.h | 55 Function *extractColdRegion(BasicBlock &EntryPoint, CodeExtractor &CE,
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 634 void setAnalysisEntryPoint(const Decl *EntryPoint) { in setAnalysisEntryPoint() argument 635 assert(EntryPoint); in setAnalysisEntryPoint() 636 AnalysisEntryPoint = EntryPoint; in setAnalysisEntryPoint()
|
| /freebsd/sys/contrib/edk2/Include/Pi/ |
| H A D | PiHob.h | 217 EFI_PHYSICAL_ADDRESS EntryPoint; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | EntryPointStats.h | 30 static void takeSnapshot(const Decl *EntryPoint);
|
| /freebsd/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/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 5214 IN SWITCH_STACK_ENTRY_POINT EntryPoint, 7583 IN SWITCH_STACK_ENTRY_POINT EntryPoint, 7626 IN SWITCH_STACK_ENTRY_POINT EntryPoint, 7668 IN UINT64 EntryPoint, 7708 IN UINT32 EntryPoint,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaHLSL.h | 132 void CheckSemanticAnnotation(FunctionDecl *EntryPoint, const Decl *Param,
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 1158 auto EntryPoint = EntryPointSym.toPtr<EntryPointPtr>(); in runOrcJIT() local 1159 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 818 PXE_UINT64 EntryPoint; ///< API entry point. member
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 1114 ranges[i].EntryPoint = start; in writeTo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 778 support::ulittle32_t EntryPoint; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 825 FunctionDecl *EntryPoint, const Decl *Param, in CheckSemanticAnnotation() argument 827 auto *ShaderAttr = EntryPoint->getAttr<HLSLShaderAttr>(); in CheckSemanticAnnotation()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 896 << W.hex(CodeRanges[i].EntryPoint) << "\n"; in printCOFFLoadConfig()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | msdos | 458 # EntryPoint; segment offset value of CS:IP like: 0 10000h 18A84h 11C1Ah 307F1h 459 #>>>(0x3c.l+0x14) ulelong !0 \b, EntryPoint 0x%x
|