Home
last modified time | relevance | path

Searched refs:getFuncDescForGUID (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp579 MCPseudoProbeDecoder::getFuncDescForGUID(uint64_t GUID) const { in getFuncDescForGUID() function in MCPseudoProbeDecoder
594 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe()
604 return getFuncDescForGUID(InlinerNode->Parent->Guid); in getInlinerDescForProbe()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h562 const MCPseudoProbeFuncDesc *getFuncDescForGUID(uint64_t GUID) { in getFuncDescForGUID() function
563 return ProbeDecoder.getFuncDescForGUID(GUID); in getFuncDescForGUID()
H A DProfileGenerator.cpp608 const auto *FuncDesc = Binary->getFuncDescForGUID( in getLeafProfileAndAddTotalSamples()
628 const auto *FuncDesc = Binary->getFuncDescForGUID( in getLeafProfileAndAddTotalSamples()
1256 const auto *FuncDesc = Binary->getFuncDescForGUID(LeafProbe->getGuid()); in getContextNodeForLeafProbe()
H A DProfiledBinary.cpp137 ProbeDecoder.getFuncDescForGUID(ProbeNode.Guid)->FuncName; in trackInlineesOptimizedAway()
433 ProbeDecoder.getFuncDescForGUID(Frame->Guid)->FuncName; in decodePseudoProbe()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h386 const MCPseudoProbeFuncDesc *getFuncDescForGUID(uint64_t GUID) const;