Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp44 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeEndOffset() local
75 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeParentOffset() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h66 PseudoProbeInlineTree(const InlineSite &Site) : ISite(Site){}; in PseudoProbeInlineTree()
68 PseudoProbeInlineTree *getOrAddNode(const InlineSite &Site) { in getOrAddNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp92 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
H A DEHStreamer.cpp307 CallSiteEntry Site = { in computeCallSiteTable() local
346 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() local
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp78 MCPseudoProbeInlineTree::getOrAddNode(InlineSite Site) { in getOrAddNode()
H A DMCAsmStreamer.cpp2228 for (const auto &Site : InlineStack) in emitPseudoProbe() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h257 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local
626 InlineeSite Site; in fromCodeViewSubsection() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp730 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5856 InlineSite Site(CallerGuid, CallerProbeId); in parseDirectivePseudoProbe() local