Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordHelpers.cpp44 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeEndOffset() local
75 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeParentOffset() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp92 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
DEHStreamer.cpp307 CallSiteEntry Site = { in computeCallSiteTable() local
346 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() local
DCodeViewDebug.cpp244 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local
488 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local
543 InlineSite &Site = in maybeRecordLocation() local
919 const InlineSite &Site) { in emitInlinedCallSite()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
DInstrProfilingValue.c315 ValueProfNode *Site = in initializeValueProfRuntimeRecord() local
330 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site, in getNextNValueData()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCPseudoProbe.cpp78 MCPseudoProbeInlineTree::getOrAddNode(InlineSite Site) { in getOrAddNode()
DMCAsmStreamer.cpp2270 for (const auto &Site : InlineStack) in emitPseudoProbe() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h257 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h887 uint32_t Site) const { in getNumValueDataForSite()
892 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite()
910 uint32_t Site) const { in getValueForSite()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local
626 InlineeSite Site; in fromCodeViewSubsection() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp731 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp5878 InlineSite Site(CallerGuid, CallerProbeId); in parseDirectivePseudoProbe() local