Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp552 MCPseudoProbeDecoder::getFuncDescForGUID(uint64_t GUID) const { in getFuncDescForGUID() function in MCPseudoProbeDecoder
567 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe()
577 return getFuncDescForGUID(InlinerNode->Parent->Guid); in getInlinerDescForProbe()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h554 const MCPseudoProbeFuncDesc *getFuncDescForGUID(uint64_t GUID) { in getFuncDescForGUID() function
555 return ProbeDecoder.getFuncDescForGUID(GUID); in getFuncDescForGUID()
H A DProfileGenerator.cpp603 const auto *FuncDesc = Binary->getFuncDescForGUID( in getLeafProfileAndAddTotalSamples()
623 const auto *FuncDesc = Binary->getFuncDescForGUID( in getLeafProfileAndAddTotalSamples()
1228 const auto *FuncDesc = Binary->getFuncDescForGUID(LeafProbe->getGuid()); in getContextNodeForLeafProbe()
H A DProfiledBinary.cpp133 ProbeDecoder.getFuncDescForGUID(ProbeNode.Guid)->FuncName; in trackInlineesOptimizedAway()
389 ProbeDecoder.getFuncDescForGUID(Frame->Guid)->FuncName; in decodePseudoProbe()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h378 const MCPseudoProbeFuncDesc *getFuncDescForGUID(uint64_t GUID) const;