/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/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 414 BasicBlock &EntryPoint, CodeExtractor &CE, in extractColdRegion() argument 417 Function *OrigF = EntryPoint.getParent(); in extractColdRegion() 440 &*EntryPoint.begin()) in extractColdRegion() 449 &*EntryPoint.begin()) in extractColdRegion() 451 << ore::NV("Block", &EntryPoint); in extractColdRegion()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaHLSL.h | 48 void CheckSemanticAnnotation(FunctionDecl *EntryPoint, const Decl *Param,
|
/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 | 632 void setAnalysisEntryPoint(const Decl *EntryPoint) { in setAnalysisEntryPoint() argument 633 assert(EntryPoint); in setAnalysisEntryPoint() 634 AnalysisEntryPoint = EntryPoint; in setAnalysisEntryPoint()
|
/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 | 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/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 1161 auto EntryPoint = EntryPointSym.toPtr<EntryPointPtr>(); in runOrcJIT() local 1162 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2009 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate() local 2010 PathDiagnosticConstruct Construct(PDC, ErrorNode, R, EntryPoint); in generate() 2016 return generateEmptyDiagnosticForReport(R, getSourceManager(), EntryPoint); in generate() 3159 const Decl *EntryPoint = getAnalysisEntryPoint(); in FlushReport() local 3161 PathDiagnosticLocation{EntryPoint->getLocation(), getSourceManager()}, in FlushReport() 3163 AnalysisDeclContext::getFunctionName(EntryPoint))); in FlushReport()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiPxe.h | 819 PXE_UINT64 EntryPoint; ///< API entry point. member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 268 FunctionDecl *EntryPoint, const Decl *Param, in CheckSemanticAnnotation() argument 270 auto *ShaderAttr = EntryPoint->getAttr<HLSLShaderAttr>(); in CheckSemanticAnnotation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 764 support::ulittle32_t EntryPoint; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 894 << W.hex(CodeRanges[i].EntryPoint) << "\n"; in printCOFFLoadConfig()
|
/freebsd/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
|