Home
last modified time | relevance | path

Searched refs:Site (Results 1 – 25 of 53) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0}; in EmitExceptionTable() local
342 CallSites.push_back(Site); in EmitExceptionTable()
346 CallSiteEntry Site = {BeginLabel, LastLabel, in EmitExceptionTable() local
349 assert(Site.BeginLabel && Site.EndLabel && Site.PadLabel && in EmitExceptionTable()
355 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) { in EmitExceptionTable()
357 Prev.EndLabel = Site.EndLabel; in EmitExceptionTable()
363 CallSites.push_back(Site); in EmitExceptionTable()
370 CallSiteEntry Site = {LastLabel, 0, 0, 0}; in EmitExceptionTable() local
371 CallSites.push_back(Site); in EmitExceptionTable()
/external/compiler-rt/lib/profile/
DInstrProfilingValue.c284 ValueProfNode *Site = in initializeValueProfRuntimeRecord() local
286 while (Site) { in initializeValueProfRuntimeRecord()
288 Site = Site->Next; in initializeValueProfRuntimeRecord()
299 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site, in getNextNValueData() argument
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]; in getNextNValueData()
DInstrProfilingInternal.h119 uint32_t (*GetNumValueDataForSite)(uint32_t VK, uint32_t Site);
130 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; in computeCallSiteTable() local
264 CallSites.push_back(Site); in computeCallSiteTable()
276 CallSiteEntry Site = { in computeCallSiteTable() local
286 if (Site.LPad == Prev.LPad && Site.Action == Prev.Action) { in computeCallSiteTable()
288 Prev.EndLabel = Site.EndLabel; in computeCallSiteTable()
295 CallSites.push_back(Site); in computeCallSiteTable()
302 CallSites[SiteNo - 1] = Site; in computeCallSiteTable()
313 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; in computeCallSiteTable() local
314 CallSites.push_back(Site); in computeCallSiteTable()
DCodeViewDebug.cpp121 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local
123 Site->SiteFuncId = NextFuncId++; in getInlineSite()
124 Site->Inlinee = Inlinee; in getInlineSite()
128 return *Site; in getInlineSite()
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local
293 Site.InlinedLocals.emplace_back(Var); in recordLocalVariable()
348 InlineSite &Site = in maybeRecordLocation() local
351 addLocIfNotPresent(Site.ChildSites, Loc); in maybeRecordLocation()
533 const InlineSite &Site) { in collectInlineSiteChildren() argument
534 for (const DILocation *ChildSiteLoc : Site.ChildSites) { in collectInlineSiteChildren()
[all …]
DCodeViewDebug.h128 const InlineSite &Site);
211 const InlineSite &Site);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp272 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; in computeCallSiteTable() local
273 CallSites.push_back(Site); in computeCallSiteTable()
285 CallSiteEntry Site = { in computeCallSiteTable() local
295 if (Site.LPad == Prev.LPad && Site.Action == Prev.Action) { in computeCallSiteTable()
297 Prev.EndLabel = Site.EndLabel; in computeCallSiteTable()
304 CallSites.push_back(Site); in computeCallSiteTable()
311 CallSites[SiteNo - 1] = Site; in computeCallSiteTable()
322 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; in computeCallSiteTable() local
323 CallSites.push_back(Site); in computeCallSiteTable()
DCodeViewDebug.cpp203 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local
211 Site->SiteFuncId = NextFuncId++; in getInlineSite()
213 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite()
215 Site->Inlinee = Inlinee; in getInlineSite()
219 return *Site; in getInlineSite()
382 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local
383 Site.InlinedLocals.emplace_back(Var); in recordLocalVariable()
438 InlineSite &Site = in maybeRecordLocation() local
441 addLocIfNotPresent(Site.ChildSites, Loc); in maybeRecordLocation()
775 const InlineSite &Site) { in emitInlinedCallSite() argument
[all …]
DCodeViewDebug.h183 const InlineSite &Site);
278 const InlineSite &Site);
/external/llvm/include/llvm/ProfileData/
DInstrProf.h593 uint32_t Site) const;
598 getValueForSite(uint32_t ValueKind, uint32_t Site,
604 uint32_t Site) const;
608 void addValueData(uint32_t ValueKind, uint32_t Site,
692 uint32_t Site) const { in getNumValueDataForSite() argument
693 return getValueSitesForKind(ValueKind)[Site].ValueData.size(); in getNumValueDataForSite()
697 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() argument
701 uint32_t N = getNumValueDataForSite(ValueKind, Site); in getValueForSite()
708 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite()
715 uint32_t Site) const { in getValueForSite() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp272 CallSiteEntry Site = { LastLabel, BeginLabel, 0, 0 }; in ComputeCallSiteTable() local
273 CallSites.push_back(Site); in ComputeCallSiteTable()
285 CallSiteEntry Site = { in ComputeCallSiteTable() local
295 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) { in ComputeCallSiteTable()
297 Prev.EndLabel = Site.EndLabel; in ComputeCallSiteTable()
304 CallSites.push_back(Site); in ComputeCallSiteTable()
311 CallSites[SiteNo - 1] = Site; in ComputeCallSiteTable()
322 CallSiteEntry Site = { LastLabel, 0, 0, 0 }; in ComputeCallSiteTable() local
323 CallSites.push_back(Site); in ComputeCallSiteTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h659 uint32_t Site) const;
665 getValueForSite(uint32_t ValueKind, uint32_t Site,
672 uint32_t Site) const;
678 void addValueData(uint32_t ValueKind, uint32_t Site,
796 uint32_t Site) const { in getNumValueDataForSite() argument
797 return getValueSitesForKind(ValueKind)[Site].ValueData.size(); in getNumValueDataForSite()
801 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() argument
805 uint32_t N = getNumValueDataForSite(ValueKind, Site); in getValueForSite()
812 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite()
819 uint32_t Site) const { in getValueForSite() argument
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h353 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel() argument
354 CallSiteMap[BeginLabel] = Site; in setCallSiteBeginLabel()
371 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite() argument
/external/libcxxabi/test/native/arm-linux-eabi/
Dttype-encoding-90.pass.sh.s79 .long .Lfunc_begin0-.Lfunc_begin0 @ >> Call Site 1 <<
83 .long .Ltmp0-.Lfunc_begin0 @ >> Call Site 2 <<
87 .long .Ltmp1-.Lfunc_begin0 @ >> Call Site 3 <<
Dttype-encoding-00.pass.sh.s80 .long .Lfunc_begin0-.Lfunc_begin0 @ >> Call Site 1 <<
84 .long .Ltmp0-.Lfunc_begin0 @ >> Call Site 2 <<
88 .long .Ltmp1-.Lfunc_begin0 @ >> Call Site 3 <<
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h384 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel() argument
385 CallSiteMap[BeginLabel] = Site; in setCallSiteBeginLabel()
402 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp451 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local
452 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName, in toCodeViewSubsection()
453 Site.SourceLineNum); in toCodeViewSubsection()
457 for (auto EF : Site.ExtraFiles) { in toCodeViewSubsection()
627 InlineeSite Site; in fromCodeViewSubsection() local
631 Site.FileName = *ExpF; in fromCodeViewSubsection()
632 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection()
633 Site.SourceLineNum = IL.Header->SourceLineNum; in fromCodeViewSubsection()
639 Site.ExtraFiles.push_back(*ExpF2); in fromCodeViewSubsection()
642 Result->InlineeLines.Sites.push_back(Site); in fromCodeViewSubsection()
/external/llvm/test/tools/llvm-profdata/
Dvalue-prof.proftext48 #ICTXT: Indirect Call Site Count: 3
54 #IC: Indirect Call Site Count: 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dvalue-prof.proftext48 #ICTXT: Indirect Call Site Count: 3
54 #IC: Indirect Call Site Count: 3
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h245 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite() argument
/external/scapy/test/
Dmock_windows.uts213 Site Prefix Length : 64
214 Site Id : 1
244 Site Prefix Length : 64
245 Site Id : 1
/external/llvm/utils/lit/lit/ExampleTests.ObjDir/
Dlit.site.cfg3 # Site specific configuration file.
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests.ObjDir/
Dlit.site.cfg3 # Site specific configuration file.
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ExampleTests.ObjDir/
Dlit.site.cfg3 # Site specific configuration file.
/external/libcxx/docs/
DReleaseNotes.rst27 For more information about libc++, please see the `Libc++ Web Site
28 <https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.

123