Searched refs:Site (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp44 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); local
45 return Site.End;
75 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); local
76 return Site.Parent;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp91 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; local
94 CallSites[LPadIndex] = Site;
H A DEHStreamer.cpp272 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; local
273 CallSites.push_back(Site);
285 CallSiteEntry Site = { local
295 if (Site.LPad == Prev.LPad && Site.Action == Prev.Action) {
297 Prev.EndLabel = Site.EndLabel;
304 CallSites.push_back(Site);
311 CallSites[SiteNo - 1] = Site;
322 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; local
323 CallSites.push_back(Site);
[all...]
H A DCodeViewDebug.h232 const InlineSite &Site);
337 const InlineSite &Site);
H A DCodeViewDebug.cpp276 InlineSite *Site = &SiteInsertion.first->second; local
284 Site->SiteFuncId = NextFuncId++;
286 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()),
288 Site->Inlinee = Inlinee;
292 return *Site;
500 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); local
501 Site.InlinedLocals.emplace_back(Var);
556 InlineSite &Site = local
559 addLocIfNotPresent(Site.ChildSites, Loc);
905 const InlineSite &Site) {
903 emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt, const InlineSite &Site) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c328 ValueProfNode *Site = local
330 while (Site) {
332 Site = Site->Next;
343 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site, argument
347 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site];
H A DInstrProfilingInternal.h130 /* Return the number of value data for site \p Site. */
131 uint32_t (*GetNumValueDataForSite)(uint32_t VK, uint32_t Site);
136 * Read the next \p N value data for site \p Site and store the data
142 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h240 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } argument
H A DMachineFunction.h986 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
987 CallSiteMap[BeginLabel] = Site;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h725 /// site: Site.
727 uint32_t Site) const;
729 /// Return the array of profiled values at \p Site. If \p TotalC
733 getValueForSite(uint32_t ValueKind, uint32_t Site,
737 /// \p Site and store the result in array \p Dest. Return the total
740 uint32_t Site) const;
745 /// Add ValueData for ValueKind at value Site.
746 void addValueData(uint32_t ValueKind, uint32_t Site,
886 uint32_t Site) const {
887 return getValueSitesForKind(ValueKind)[Site]
891 getValueForSite(uint32_t ValueKind, uint32_t Site, uint64_t *TotalC) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp450 for (const auto &Site : InlineeLines.Sites) {
451 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName,
452 Site.SourceLineNum);
456 for (auto EF : Site.ExtraFiles) {
626 InlineeSite Site; local
630 Site.FileName = *ExpF;
631 Site.Inlinee = IL.Header->Inlinee.getIndex();
632 Site.SourceLineNum = IL.Header->SourceLineNum;
638 Site
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp711 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, argument

Completed in 141 milliseconds