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.cpp283 SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack, in getInlineContext()
292 MCPseudoProbeFrameLocation(FuncName, std::get<1>(Cur->ISite))); in getInlineContext()
302 SmallVector<MCPseudoProbeFrameLocation, 16> ContextStack; in getInlineContextStr()
619 SmallVectorImpl<MCPseudoProbeFrameLocation> &InlineContextStack, in getInlineContextForProbe()
628 MCPseudoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h177 using MCPseudoProbeFrameLocation = std::pair<StringRef, uint32_t>; variable
202 getInlineContext(SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack,
407 SmallVectorImpl<MCPseudoProbeFrameLocation> &InlineContextStack,