Home
last modified time | relevance | path

Searched refs:MCPseudoProbeFrameLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp284 SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack, in getInlineContext()
292 ContextStack.emplace_back(MCPseudoProbeFrameLocation( in getInlineContext()
303 SmallVector<MCPseudoProbeFrameLocation, 16> ContextStack; in getInlineContextStr()
723 SmallVectorImpl<MCPseudoProbeFrameLocation> &InlineContextStack, in getInlineContextForProbe()
732 MCPseudoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h187 using MCPseudoProbeFrameLocation = std::pair<StringRef, uint32_t>; variable
212 getInlineContext(SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack,
477 SmallVectorImpl<MCPseudoProbeFrameLocation> &InlineContextStack,