| /freebsd-12-stable/contrib/tcsh/nls/german/ |
| D | set23 | 3 1 Falscher Cpu/Site-Name 4 2 Site-Pfad zu lang 6 4 Site: %s\n 7 5 %d: Site nicht gefunden\n 9 7 Site nicht gefunden
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | SymbolRecordHelpers.cpp | 44 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeEndOffset() local 45 return Site.End; in getScopeEndOffset() 75 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeParentOffset() local 76 return Site.Parent; in getScopeParentOffset()
|
| /freebsd-12-stable/contrib/tcsh/nls/russian/ |
| D | set23 | 4 2 Site path too long 7 5 %d: Site not found\n 9 7 Site not found
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/ |
| D | InstrProfilingValue.c | 315 ValueProfNode *Site = in initializeValueProfRuntimeRecord() local 317 while (Site) { in initializeValueProfRuntimeRecord() 319 Site = Site->Next; in initializeValueProfRuntimeRecord() 330 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site, in getNextNValueData() argument 334 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]; in getNextNValueData()
|
| D | InstrProfilingInternal.h | 131 uint32_t (*GetNumValueDataForSite)(uint32_t VK, uint32_t Site); 142 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,
|
| /freebsd-12-stable/contrib/tcsh/nls/ukrainian/ |
| D | set23 | 4 2 Site path too long 7 5 %d: Site not found\n 9 7 Site not found
|
| /freebsd-12-stable/contrib/tcsh/nls/C/ |
| D | set23 | 4 2 Site path too long 7 5 %d: Site not found\n 9 7 Site not found
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCPseudoProbe.cpp | 78 MCPseudoProbeInlineTree::getOrAddNode(InlineSite Site) { in getOrAddNode() argument 79 auto Iter = Inlinees.find(Site); in getOrAddNode() 81 auto *Node = new MCPseudoProbeInlineTree(std::get<0>(Site)); in getOrAddNode() 82 Inlinees[Site] = Node; in getOrAddNode()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| D | InstrProf.h | 728 uint32_t Site) const; 734 getValueForSite(uint32_t ValueKind, uint32_t Site, 741 uint32_t Site) const; 747 void addValueData(uint32_t ValueKind, uint32_t Site, 887 uint32_t Site) const { in getNumValueDataForSite() argument 888 return getValueSitesForKind(ValueKind)[Site].ValueData.size(); in getNumValueDataForSite() 892 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() argument 896 uint32_t N = getNumValueDataForSite(ValueKind, Site); in getValueForSite() 903 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite() 910 uint32_t Site) const { in getValueForSite() argument [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | EHStreamer.cpp | 307 CallSiteEntry Site = { in computeCallSiteTable() local 317 if (Site.LPad == Prev.LPad && Site.Action == Prev.Action) { in computeCallSiteTable() 319 Prev.EndLabel = Site.EndLabel; in computeCallSiteTable() 326 CallSites.push_back(Site); in computeCallSiteTable() 333 CallSites[SiteNo - 1] = Site; in computeCallSiteTable() 346 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() local 348 CallSites.push_back(Site); in computeCallSiteTable()
|
| D | WasmException.cpp | 92 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local 95 CallSites[LPadIndex] = Site; in computeCallSiteTable()
|
| D | CodeViewDebug.cpp | 244 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local 252 Site->SiteFuncId = NextFuncId++; in getInlineSite() 254 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite() 256 Site->Inlinee = Inlinee; in getInlineSite() 260 return *Site; in getInlineSite() 488 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local 489 Site.InlinedLocals.emplace_back(Var); in recordLocalVariable() 543 InlineSite &Site = in maybeRecordLocation() local 546 addLocIfNotPresent(Site.ChildSites, Loc); in maybeRecordLocation() 919 const InlineSite &Site) { in emitInlinedCallSite() argument [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local 451 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName, in toCodeViewSubsection() 452 Site.SourceLineNum); in toCodeViewSubsection() 456 for (auto EF : Site.ExtraFiles) { in toCodeViewSubsection() 626 InlineeSite Site; in fromCodeViewSubsection() local 630 Site.FileName = *ExpF; in fromCodeViewSubsection() 631 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection() 632 Site.SourceLineNum = IL.Header->SourceLineNum; in fromCodeViewSubsection() 638 Site.ExtraFiles.push_back(*ExpF2); in fromCodeViewSubsection() 641 Result->InlineeLines.Sites.push_back(Site); in fromCodeViewSubsection()
|
| /freebsd-12-stable/contrib/tcsh/nls/french/ |
| D | set23 | 7 5 %d: Site pas trouvé\n 9 7 Site pas trouvé
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineModuleInfo.h | 257 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite() argument
|
| /freebsd-12-stable/contrib/ntp/html/scripts/ |
| D | config.txt | 4 <li class='inline'><a href='sitemap.html'>Site Map</a></li>\
|
| D | footer.txt | 6 <a href='sitemap.html'>Site Map</a></td>\
|
| D | audio.txt | 6 <li class='inline'><a href='sitemap.html'>Site Map</a></li>\
|
| D | refclock.txt | 6 <li class='inline'><a href='sitemap.html'>Site Map</a></li>\
|
| D | misc.txt | 8 <li class='inline'><a href='sitemap.html'>Site Map</a></li>\
|
| D | install.txt | 9 <li class='inline'><a href='sitemap.html'>Site Map</a></li>\
|
| D | hand.txt | 10 <li class='inline'><a href='sitemap.html'>Site Map</a></li>\
|
| /freebsd-12-stable/contrib/ntp/html/drivers/scripts/ |
| D | footer.txt | 6 <a href='../sitemap.html'>Site Map</a></td>\
|
| /freebsd-12-stable/sys/dev/hpt27xx/ |
| D | README | 209 1) The HighPoint Web Site provides information on software upgrades, 210 answers to common questions, and other topics. The Web Site is 216 NOTE: Before you send an e-mail, please visit our Web Site
|
| /freebsd-12-stable/sys/dev/hptmv/ |
| D | readme.txt | 214 1) The HighPoint Web Site provides information on software upgrades, 215 answers to common questions, and other topics. The Web Site is 221 NOTE: Before you send an e-mail, please visit our Web Site
|