Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordHelpers.cpp44 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
DWasmException.cpp91 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
94 CallSites[LPadIndex] = Site; in computeCallSiteTable()
DCodeViewDebug.cpp269 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local
277 Site->SiteFuncId = NextFuncId++; in getInlineSite()
279 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite()
281 Site->Inlinee = Inlinee; in getInlineSite()
285 return *Site; in getInlineSite()
480 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local
481 Site.InlinedLocals.emplace_back(Var); in recordLocalVariable()
536 InlineSite &Site = in maybeRecordLocation() local
539 addLocIfNotPresent(Site.ChildSites, Loc); in maybeRecordLocation()
885 const InlineSite &Site) { in emitInlinedCallSite() argument
[all …]
DCodeViewDebug.h232 const InlineSite &Site);
337 const InlineSite &Site);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h722 uint32_t Site) const;
728 getValueForSite(uint32_t ValueKind, uint32_t Site,
735 uint32_t Site) const;
741 void addValueData(uint32_t ValueKind, uint32_t Site,
881 uint32_t Site) const { in getNumValueDataForSite() argument
882 return getValueSitesForKind(ValueKind)[Site].ValueData.size(); in getNumValueDataForSite()
886 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() argument
890 uint32_t N = getNumValueDataForSite(ValueKind, Site); in getValueForSite()
897 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite()
904 uint32_t Site) const { in getValueForSite() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp450 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h247 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite() argument
DMachineFunction.h937 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
938 CallSiteMap[BeginLabel] = Site;
/third_party/skia/third_party/externals/icu/source/data/region/
Dwo.txt235 VA{"Site bu Watikaa"}
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dwo.txt234 VA{"Site bu Watikaa"}
/third_party/icu/icu4c/source/data/region/
Dwo.txt233 VA{"Site bu Watikaa"}
/third_party/skia/site/
Dconfig.toml65 # Everything below this are Site Params
/third_party/icu/docs/userguide/
Dediting.md196 The previous version of the ICU User Guide has been maintained via Google Sites. The Site
/third_party/elfutils/doc/
DCOPYING-GFDL401 "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
423 The operator of an MMC Site may republish an MMC contained in the site
/third_party/skia/third_party/externals/microhttpd/doc/
Dfdl-1.3.texi435 ``Massive Multiauthor Collaboration Site'' (or ``MMC Site'') means any
458 The operator of an MMC Site may republish an MMC contained in the site
/third_party/libwebsockets/READMEs/
DREADME.jwt.md50 Cross Site Request Forgery (CSRF) is a hacking scenario where an authorized
/third_party/rust/crates/libc/ci/
DREADME.md118 1. Mirror Selection: Main Site
/third_party/node/deps/npm/
DCONTRIBUTING.md47 │ └── package.json # Site manifest; scripts and dependencies
/third_party/python/Doc/library/
Dsite.rst1 :mod:`site` --- Site-specific configuration hook
/third_party/libcoap/man/
Dcoap_endpoint_server.txt.in156 ff05::fd (Site-Local).
/third_party/python/Modules/
DSetup87 # Site specific path components -- should begin with : if non-empty
/third_party/typescript/tests/baselines/reference/docker/
Doffice-ui-fabric.log2597 @fluentui/public-docsite: src/components/Site/Site.tsx:157:41 - error TS2339: Property 'siteRoot' d…
2600 @fluentui/public-docsite: src/components/Site/Site.tsx:160:36 - error TS2339: Property 'siteWrapper…
2603 @fluentui/public-docsite: src/components/Site/Site.tsx:160:78 - error TS2339: Property 'fullWidth' …
2606 @fluentui/public-docsite: src/components/Site/Site.tsx:163:31 - error TS2339: Property 'siteContent…
2609 @fluentui/public-docsite: src/components/Site/Site.tsx:224:30 - error TS2343: This syntax requires …
2612 @fluentui/public-docsite: src/components/Site/Site.tsx:280:32 - error TS2339: Property 'siteNavScro…
2615 @fluentui/public-docsite: src/components/Site/Site.tsx:282:36 - error TS2339: Property 'siteNavWrap…
2618 @fluentui/public-docsite: src/components/Site/Site.tsx:283:38 - error TS2339: Property 'siteNavHead…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp707 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData() argument
/third_party/freetype/docs/reference/assets/stylesheets/
Dpalette.f1a3b89f.min.css.map1 …et -]: Layered navigation\n @include break-to-device(tablet) {\n\n // Site title in main navig…

12