Home
last modified time | relevance | path

Searched defs:Site (Results 1 – 8 of 8) sorted by relevance

/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
75 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeParentOffset() local
/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
285 CallSiteEntry Site = { in computeCallSiteTable() local
322 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; in computeCallSiteTable() local
DWasmException.cpp91 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
DCodeViewDebug.cpp269 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local
480 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local
536 InlineSite &Site = in maybeRecordLocation() local
885 const InlineSite &Site) { in emitInlinedCallSite()
/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h881 uint32_t Site) const { in getNumValueDataForSite()
886 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite()
904 uint32_t Site) const { in getValueForSite()
/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
626 InlineeSite Site; in fromCodeViewSubsection() local
/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()