Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp288 SmallVectorImpl<MCPseduoProbeFrameLocation> &ContextStack, in getInlineContext()
297 MCPseduoProbeFrameLocation(FuncName, std::get<1>(Cur->ISite))); in getInlineContext()
307 SmallVector<MCPseduoProbeFrameLocation, 16> ContextStack; in getInlineContextStr()
624 SmallVectorImpl<MCPseduoProbeFrameLocation> &InlineContextStack, in getInlineContextForProbe()
633 MCPseduoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h177 using MCPseduoProbeFrameLocation = std::pair<StringRef, uint32_t>; variable
202 getInlineContext(SmallVectorImpl<MCPseduoProbeFrameLocation> &ContextStack,
407 SmallVectorImpl<MCPseduoProbeFrameLocation> &InlineContextStack,