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/ |
D | SymbolRecordHelpers.cpp | 44 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/ |
D | EHStreamer.cpp | 272 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
|
D | WasmException.cpp | 91 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
|
D | CodeViewDebug.cpp | 269 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/ |
D | MachineModuleInfo.h | 247 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 881 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/ |
D | CodeViewYAMLDebugSections.cpp | 450 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/ |
D | InstrProf.cpp | 707 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
|